This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
v4.0.0
There were two small breaking changes, making this upgrade very simple:
- The plugin
webpack-pages
was renamed towebpack-archetype-pages
; - We changed the way webpack configurations are merged, now loaders are merged toghether if their test name matches.
Major changes:
- #36 Add support to Library projects;
- #35 Use webpack-merge smart feature to allow modifying an existing loader.
- #41 Add support for more browsers to run tests
- #22 Upgrade to Babel 6
- #62 Build CSS files as separated artefacts while using pages
- #64 Update to Standard 5.1
- #66 Refactor media loaders and add support to videos
- ea0dae4 Add
NODE_ENV=production
onnpm run dist
- fc41731 Add
NODE_ENV=test
onnpm run test
andnpm run test-watch