Skip to content

Releases: nextcloud-libraries/webpack-vue-config

v4.1.0

23 Jul 07:49
4fee60c
Compare
Choose a tag to compare

v4.1.0 (2021-07-23)

Full Changelog

Implemented enhancements:

v4.0.3

16 Apr 08:05
6d9b1c5
Compare
Choose a tag to compare

Enhancements

  • Fix sourcemap namespace and path generation #99

v4.0.2

06 Apr 06:28
80bf1b4
Compare
Choose a tag to compare

Enhancements

  • Don't bundle comments #93
  • Dependencies updates
  • Documentation update

v4.0.1

29 Mar 11:07
4075ebd
Compare
Choose a tag to compare

Webpack5 removed automated polyfilling for node core modules. That means you might have to import them manually and alias them if you use packages that were not designed for browsers.

https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed

Though there is a plugin that do that for you, this is what this release adds.
https://npmjs.com/package/node-polyfill-webpack-plugin

v4.0.0

29 Mar 08:19
53bb86c
Compare
Choose a tag to compare

Breaking

v3.0.0

16 Mar 07:17
378e891
Compare
Choose a tag to compare

Breaking

  • Replaced node-sass with dart sass #82
    Make sure you comply to the peer dependencies when you upgrade:
    npm rm node-sass
    npm i --save-dev @nextcloud/webpack-vue-config@latest @babel/core@^7.13.10 babel-loader@^8.2.2 css-loader@^4.3.0 eslint@^7.22.0 eslint-webpack-plugin@^2.5.2 sass@^1.32.8 sass-loader@^10.0.5 style-loader@^2.0.0 stylelint@^13.12.0 stylelint-webpack-plugin@^2.1.1 url-loader@^4.1.1 vue-loader@^15.9.6 vue-template-compiler@^2.6.12 webpack@^4.43.0 webpack-cli@^3.3.12
    

v2.0.0

03 Nov 10:56
03f9e5e
Compare
Choose a tag to compare

Update simultaneously to eslint-webpack-plugin for eslint@^7.0.0
https://github.com/nextcloud/eslint-config/releases/tag/v3.0.0

v2.0.0-beta.2

03 Nov 10:45
085f280
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Downgrade css-loader for stylelint@^13.0.0-postcss dependency

v2.0.0-beta.1

03 Nov 10:32
ae9a3ae
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Update to use the new eslint-webpack-plugin and eslint@^7.0.0
https://github.com/nextcloud/eslint-config/releases/tag/v3.0.0-beta.1

v1.4.1

04 Sep 18:12
346582b
Compare
Choose a tag to compare
  • Dependencies updates