Releases: alexblunck/webpack-scripts
Releases · alexblunck/webpack-scripts
v0.4.0
Updated
- Use
react-hot-loader
4
v0.3.0
Added
- Features / babel: Added “stage-3” preset (support for object spread operator and more)
v0.2.3
Updated
- Set
output.publicPath
to "/"
Chores
- Updated dependency versions
v0.2.2
Fixes
- Support "zip" feature on projects that are not a git repository
v0.2.1
Added
- Optimize images
v0.2.0
Added
- Minify CSS on production builds
- New cssSourceMap option to enable source map generation for styles
v0.1.3
- Replaced
svg-inline-loader
with a combo ofraw-loader
&svgo-loader
(Removes loaderUtils warning) - Make
build
script exits in non-zero exit code if any errors occur - Added
case-sensitive-paths-webpack-plugin
v0.1.2
- Resolve
react-hot-loader
explicitly from app node_modules directory
v0.1.1
- Use
uglifyjs-webpack-plugin
in favour of older version bundled with webpack
Initial release
0.1.0 Updated readme with basic documentation