- Fixed copying single file to path specified by
staticOutPath
.
- Fix for workspaces package.json resolution (refs issue #16)
- Bump for forgotten Changelog in package (-;
- Support for multiple configurations. (refs issue #4)
- Support for env variables (copy files only if env variables matches). (refs issue #4)
Support for copying single file (not full folder) - issue #20
Bump - only to put forgotten Changelog into npm package ;-)
Change peer dependency of parcel plugin to dependency.
Use path.join
instead of string replacement when resolving
file destination path.
Change dependency of parcel plugin to peer dependency.
README.md update - regarding "..." from Parcel configuration.
Added correct way of handling --dist-dir
Parcel
parameter.
Breaking change - staticFiles.distPath
overrides
--dist-dir
option not otherwise.
Bugfix - create the directory where static files will be put BEFORE trying to copy them.
Minor changes - removing forgotten console.log.
Added option to specify a path where to put static
files in dist directory - staticFiles.staticOutPath
.
Bring back reading --dist-dir
Parcel parameter.
Bugfix for creating paths - use path.join instead of hardcoded slash.
Added option to specify custom dist path
in configuration (in package.json
) - staticFiles.distPath
.
Initial version.