Skip to content

Releases: studiometa/webpack-config

v2.9.1

14 Jun 14:11
2.9.1
bcfc0af
Compare
Choose a tag to compare

Fixed

  • Fix disabling Webpack optimization from the optimization.optimize option (d542961)

v2.9.0

18 May 18:36
2.9.0
e889bd1
Compare
Choose a tag to compare

Added

  • Add a mergeCSS option to force concatenation of all initial CSS chunks (#29)
  • Add a __DEV__ global variable (#29)
  • Add a JSON manifest file assets-manifest.json with all generated assets (#29)
  • Add the postcss-preset-env plugin to the default PostCSS configuration (#29)
  • Add support for the .cjs extension for the config file (#29)
  • Add support for import of SVG file as Vue component with ?as-vue-component resourceQuery (#29)
  • Add default configuration for the babel-loader (#29)
  • Add default configuration for ESLint and Stylelint (#29)
  • Add a method to get the generated Webpack configuration (#29)

Changed

  • Use hashed filenames in production for the prototyping preset (#29)
  • Add WebpackBar when starting the dev server (#29)
  • Migrate to a workspace configuration (#29)
  • Replace file-loader and url-loader by native asset rules (#29)
  • Replace the CleanWebpackPlugin with the native output.clean option (#29)
  • Update and clean NPM dependencies (#29)

v2.8.0

11 Feb 12:12
Compare
Choose a tag to compare

Added

v2.7.3

27 Jan 11:29
Compare
Choose a tag to compare

Fixed

  • Remove empty JS files emitted for CSS only entries (42381d1)

Changed

v2.7.2

22 Jan 17:11
Compare
Choose a tag to compare

Fixed

  • Re-add the babel-loader in dev mode (17726b3)

v2.7.1

17 Jan 14:09
Compare
Choose a tag to compare

Security

  • Bump lodash from 4.17.15 to 4.17.20 (#15)

v2.7.0

16 Jan 20:51
Compare
Choose a tag to compare

Added

  • Add contenthash to the name of async chunks (e4f1475)

Changed

  • Update to Webpack 5 (#14)
  • Update dependencies (#14)
  • Use a more debug friendly JS output in dev mode (#14)

Fixed

  • Fix a bug when no PostCSS config was given (c65b9f5)

Removed

  • Remove the webpack-fix-style-only-entries plugin (#14)

v2.6.0

15 Jan 08:57
Compare
Choose a tag to compare

Added

  • Add the AngularNamedLazyChunksWebpackPlugin (ab62760)
  • Add the HardSourceWebpackPlugin plugin (36ee93f)

Changed

  • Automate the release workflow (11f8675)

v2.5.0

19 Nov 11:30
Compare
Choose a tag to compare

Added

  • Add support for multiple pages with the propotyping preset (#9)

v2.4.1

15 Oct 20:34
Compare
Choose a tag to compare

Fixed

  • Fix the postcss-loader update in the tailwindcss preset (ee91035)