Releases: strt/bricks
Releases · strt/bricks
2.0.0
🚀 New features
- Webpack 4
- Improved build performance and smaller production bundles.
- Babel 7
- Improved performance and added support for the latest ESNext features.
- Filesize reporter
- Displays file sizes when running
yarn build.
- Displays file sizes when running
- Config validation
- Validates the user config and displays an error message if the config is invalid or required files are missing.
💥 Breaking changes
- Changed styles and scripts default filenames
- New default names are;
app.jsandapp.scss
- New default names are;
- Renamed options
webpackConfig->webpackserve->browserSyncstyles.poscssPlugins->styles.pluginsscripts.publicPath->publicPath
- Change how
publicPathis handledpublicPathshould not point toscriptsdirectory anymore but instead to thedistdirectory.
📝 Documentation
Updated documentation is available in the readme.md.
1.12.0
1.10.0
1.9.0
1.8.0
Minor Changes
- Move deploy task to separate package found here https://github.com/strt/deploy: d6ed45f
1.7.7
Webpack chunk filename leading dot fix
Removes leading dot from chunk filenames