Skip to content

Releases: nystudio107/annotated-webpack-config

Version 1.1.7

14 Aug 03:07
Compare
Choose a tag to compare

Fixed

Version 1.1.6

13 Aug 01:37
Compare
Choose a tag to compare

Changed

  • Remove [hash] from dev config to eliminate potential memory errors
  • Use [contenthash] in production instead of hash or chunkhash
  • Replaced moment.js with vanilla JavaScript

Version 1.1.5

05 Feb 17:57
Compare
Choose a tag to compare

Changed

  • Removed entirely the concept of a "modern" and "legacy" build from the webpack.dev.js; we don't need legacy builds with webpack-dev-server

Fixed

  • Changed deprecated use of cacheFirst to CacheFirst in the Workbox config

Version 1.1.3

03 Jul 13:08
Compare
Choose a tag to compare

Changed

  • Updated to use core-js version ^3.0.0
  • Removed explicit new webpack.optimize.ModuleConcatenationPlugin()
  • Moved the CleanWebpackPlugin to the modern build, which fixes it wiping out the modern build

Version 1.1.2

14 Jun 14:45
Compare
Choose a tag to compare

Changed

  • Updated to use the latest clean-webpack-plugin

Version 1.1.1

05 Jun 14:23
Compare
Choose a tag to compare

Changed

  • Use destructuring for ESM module imports
  • Added module.hot.accept() to the example entry point app.js

Version 1.1.0

31 May 17:44
Compare
Choose a tag to compare

Changed

  • Switched over to using webpack-dashboard ^3.0.0
  • Added debug to scripts to bypass webpack-dashboard as needed
  • Removed sane since webpack-dev-server ^3.3.0 fixes the sub-directory watchContentBase issue
  • Update to TailWind CSS ^1.0.0

Version 1.0.5

14 May 21:03
Compare
Choose a tag to compare

Changed

  • Use @babel/preset-env with usage polyfills as per the article Working with Babel 7 and Webpack
  • By default, exclude /(node_modules|bower_components)/ in webpack.settings.js
  • Added core-js@2 and regenerator-runtime to the package.json dependencies

Version 1.0.4

13 May 18:55
Compare
Choose a tag to compare

Changed

  • Fixed an issue where the cacheDirectory was specified in the wrong place, resulting in obscure build errors
  • Removed pcss from the whitelist config, because it can't handle PostCSS

Version 1.0.3

13 May 16:20
Compare
Choose a tag to compare

Changed

  • Fixed an error where the default excludes should be an empty array [] instead of an empty string
  • Added corejs specification in the babel-loader options