Skip to content

Releases: rconnamacher/es6-module-server

0.2.3

09 Sep 07:41
Compare
Choose a tag to compare

Smarter handle of imports with files outside the source directory, such as libraries loaded from node_modules.
Module replacement patterns can start with /, making them relative to the project's root directory.

0.2.2

30 Aug 02:43
Compare
Choose a tag to compare

Fixed running DirectoryConverter on Linux to prepare builds

0.2.1

05 Aug 03:34
Compare
Choose a tag to compare
  • DirectoryConverter now copies all files to the target directory, not just JavaScript files.
  • Updated docs

0.2.0

02 Aug 04:27
Compare
Choose a tag to compare

Resolves paths starting with / relative to the root directory specified in the rootDir config option, which defaults to the current working directory.

Handy for importing modules from /node_modules and other external source directories.