Skip to content

Releases: rconnamacher/es6-module-server

0.2.3

Choose a tag to compare

@rconnamacher rconnamacher released this 09 Sep 07:41

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

Choose a tag to compare

@rconnamacher rconnamacher released this 30 Aug 02:43

Fixed running DirectoryConverter on Linux to prepare builds

0.2.1

Choose a tag to compare

@rconnamacher rconnamacher released this 05 Aug 03:34
  • DirectoryConverter now copies all files to the target directory, not just JavaScript files.
  • Updated docs

0.2.0

Choose a tag to compare

@rconnamacher rconnamacher released this 02 Aug 04:27

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.