This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
v11.0.0
Highlights π
- Webpack 3;
- Chrome Headless by default to run the tests;
- Improved build times by using Babel cache;
- Update Standard and Prettier linting rules to their latest definitions;
- Friendlier development environment while dealing with linting errors;
Complete list of changes:
- Update to Wepback 3 #373 by @pirelenito
- Use Chrome Headless by default to run unit tests #379 by @npejo
- Disable symlink resolving in Webpack config #382 by @xaviervia
- Bump all dependencies to latest stable except postcss-loader π‘ #380 by @pirelenito
- Non-intrusive ESLint messages while in development πΊ #386 by @pirelenito
- Add support to dynamic imports #385 by @npejo
- Enable transpile cache for babel loader #384 by @npejo
- Add .eslintignore to fix linting issue #383 by @xaviervia