Skip to content

Releases: strt/bricks

2.0.0

18 Apr 09:11
Compare
Choose a tag to compare

🚀 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.
  • 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.js and app.scss
  • Renamed options
    • webpackConfig -> webpack
    • serve -> browserSync
    • styles.poscssPlugins -> styles.plugins
    • scripts.publicPath -> publicPath
  • Change how publicPath is handled
    • publicPath should not point to scripts directory anymore but instead to the dist directory.

📝 Documentation

Updated documentation is available in the readme.md.

1.12.0

14 Nov 10:29
Compare
Choose a tag to compare

Minor Changes

Patches

1.10.0

24 Oct 07:13
Compare
Choose a tag to compare

Minor Changes

1.9.0

26 Sep 10:04
Compare
Choose a tag to compare

Minor Changes

  • Add transform-react-jsx babel plugin: fc1ff34

1.8.0

21 Sep 07:07
Compare
Choose a tag to compare

Minor Changes

1.7.7

20 Sep 14:18
Compare
Choose a tag to compare

Patches

Webpack chunk filename leading dot fix

20 Sep 14:13
Compare
Choose a tag to compare

Removes leading dot from chunk filenames