Skip to content

0.0.6 breaking changes

Pre-release
Pre-release
Compare
Choose a tag to compare
@owais owais released this 24 May 08:42
· 347 commits to master since this release

This release introduces the BUNDLE_DIR_NAME setting and removed BASE_URL setting.

BUNDLE_DIR_NAME is the name, actually relative path of the directory in which webpack will store the bundles. It is relative to it's parent static dir.

For example, if ./assets/ is your static dir and bundles are stored in ./assets/bundles/, then your BUNDLE_DIR_NAME should be bundles/