Releases: wellyshen/react-cool-starter
Releases · wellyshen/react-cool-starter
v2.5.6
v2.5.5
- Remove eslint-loader and stylelint-webpack-plugin.
- Use lint-staged.
- Remove un-used package.
- Upgrade dependencies.
v2.5.4
v2.5.3
v2.5.2
- Remove @babel/plugin-external-helpers
- Add
sideEffects: true
for webpack tree-shaking - Use [lodash-webpack-plugin] for smaller modular lodash builds
v2.5.1
v2.4.2
- Fix image loading bug (see #175)
- Use imagemin-webpack-plugin instead of image-webpack-loader.
v2.4.1
- Using webpack-manifest-plugin instead of assets-webpack-plugin.
v2.4.0
- Upgrading to webpack v4.
- Upgrading to Babel v7.
- Refining project structure.
- Using mini-css-extract-plugin instead of extract-text-webpack-plugin.
- Removing webpack-dashboard. Because it doesn't fully support webpack v4 yet.
- There're two known issues. Please read it.