Releases: rconnamacher/es6-module-server
Releases · rconnamacher/es6-module-server
Release list
0.2.3
0.2.2
Fixed running DirectoryConverter on Linux to prepare builds
0.2.1
- DirectoryConverter now copies all files to the target directory, not just JavaScript files.
- Updated docs
0.2.0
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.