Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@pirelenito pirelenito released this 07 Apr 20:42
· 846 commits to master since this release

There were two small breaking changes, making this upgrade very simple:

  • The plugin webpack-pages was renamed to webpack-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 on npm run dist
  • fc41731 Add NODE_ENV=test on npm run test and npm run test-watch