| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-10-02 | 2.7 kB | |
| v1.0.0-rc source code.tar.gz | 2017-10-02 | 560.7 kB | |
| v1.0.0-rc source code.zip | 2017-10-02 | 611.4 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
After months of work the v1.0 release candidate has landed!
๐๐๐
The release candidate version is published to npm using the latest tag, not the beta tag anymore and lives now on the master branch were it belongs.
Install today using
:::sh
npm install --save-dev webpack webpack-blocks
Check out our migration guide to update from v0.4!
A huge thanks to all contributors: @sapegin, @jvanbruegge, @vlad-zhukov, @zcei and all others! ๐
Changes since v1.0.0-beta
@webpack-blocks/assets
- Added a
styleLoaderoption tocss()andcss.modules()blocks. With it it's now possible to pass options to thestyle-loaderor remove it from loaders completely.
@webpack-blocks/babel
- Breaking change: Renamed package from
babel6tobabeland movedbabel-coreto be a peer dependency (#217)
@webpack-blocks/core
- More useful error message when passing invalid blocks to
createConfig()(#171) - Less noisy default options
@webpack-blocks/dev-server
- Removed
reactHot(#214) - Update
webpack-dev-serverto v2.6.1, now compatible with webpack v3 (#179) - Less noisy default options
- Make
webpacka peer dependency, make compatible with webpack v3 (#174)
@webpack-blocks/extract-text
- Breaking change: Drop webpack 2 support, update extract-text-webpack-plugin to v3
@webpack-blocks/postcss
- Breaking change: Remove
pluginsargument - Add
minimizeoption
@webpack-blocks/sass
- Add
minimizeoption
@webpack-blocks/uglify
This package is completely new!
@webpack-blocks/webpack
- Added
setEnv()(#206) - Make resolve() prepend custom extensions (#177)
- Let core
createConfig()validate the passed setters (#171) - Made webpack a peer dependency (#169)
- Made compatible with webpack v3 (#169)
webpack-blocks
- Renamed
babel6tobabel - The new version of
extract-textrequires webpack v3 - Add
@webpack-blocks/uglify