7.0.2 (2025-11-18)
- fix: define vue compile time flags by @ShGKme in #698
7.0.1 (2025-11-07)
- chore: update Node and NPM version by @susnux in #695 This package now does officially work with Node 22 and Node 24.
- ci: update workflows from organization by @susnux in #694
7.0.0 (2025-11-03)
Apps on Vue 2 are now required an explicit legacy vue-loader installation:
npm i -D vue-loader@legacy- feat!: require explicit
vue-loader@legacyfor Vue 2, remove hidden install by @ShGKme in #688
v6.3.2 (2025-10-27)
- fix(deps): downgrade broken
node-polyfill-webpack-pluginfrom 4.1.0 to 4.0.0 by @ShGKme in #691
v6.3.1 (2025-10-25)
- fix: remove
vue$alias to support dependencies with different Vue version by @ShGKme in #672
- chore(deps-dev): Bump webpack from 5.98.0 to 5.99.5 by @dependabot[bot] in #665
- chore(deps-dev): Bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by @dependabot[bot] in #664
- chore(deps-dev): Bump webpack from 5.99.5 to 5.99.6 by @dependabot[bot] in #667
- chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9 by @dependabot[bot] in #668
- chore(deps-dev): Bump webpack from 5.99.6 to 5.99.7 by @dependabot[bot] in #669
- chore(deps-dev): Bump sass from 1.86.3 to 1.87.0 by @dependabot[bot] in #670
- chore(deps-dev): Bump @babel/core from 7.26.10 to 7.27.1 by @dependabot[bot] in #671
- chore(deps-dev): Bump webpack from 5.99.7 to 5.99.8 by @dependabot[bot] in #673
- chore(deps-dev): Bump sass from 1.87.0 to 1.89.0 by @dependabot[bot] in #675
- chore(deps-dev): Bump webpack from 5.99.8 to 5.99.9 by @dependabot[bot] in #676
- chore(deps-dev): Bump @babel/core from 7.27.1 to 7.27.4 by @dependabot[bot] in #677
- chore(deps-dev): Bump sass from 1.89.0 to 1.89.1 by @dependabot[bot] in #678
- chore(deps-dev): Bump webpack-dev-server from 5.2.1 to 5.2.2 by @dependabot[bot] in #680
- chore(deps-dev): Bump sass from 1.89.1 to 1.89.2 by @dependabot[bot] in #681
- chore(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot[bot] in #683
- [main] Fix npm audit by @nextcloud-command in #684 pull/686
- [main] Fix npm audit by @nextcloud-command in #687
- ci: update reuse.yml workflow from template by @susnux in #685
- ci: update npm-publish.yml workflow from template by @susnux in https://github.com/nextcloud-libraries/webpack-vue-config/
v6.3.0 (2025-04-08)
This package now supports both Vue 2 and Vue 3 by installing legacy vue-loader for Vue 2 in a postinstall script.
In Vue 2 it may result in different vue-loader version in the package-lock.json and node_modules.
In case of npm error code ENOTEMPTY - remove node_modules and try again:
# In case of "npm error code ENOTEMPTY" in Vue 2
rm -rf node_modulesTo avoid any errors and have explicitly specified vue-loader - install it as a dependency:
# Install legacy vue-loader for Vue 2
npm i -D vue-loader@legacy- feat: Vue 2 and Vue 3 compatibility by @ShGKme in #658
- chore(deps): Bump cookie and express by @dependabot in #619
- chore(deps-dev): Bump sass from 1.79.4 to 1.79.5 by @dependabot in #621
- chore(deps-dev): Bump @babel/core from 7.25.7 to 7.25.8 by @dependabot in #622
- chore(ci): remove publish to GitHub Registry by @ShGKme in #620
- chore(deps-dev): Bump sass from 1.79.5 to 1.80.3 by @dependabot in #623
- [main] Fix npm audit by @nextcloud-command in #624
- chore(deps-dev): Bump sass from 1.80.3 to 1.80.4 by @dependabot in #625
- chore(deps-dev): Bump @babel/core from 7.25.8 to 7.26.0 by @dependabot in #626
- [main] Fix npm audit by @nextcloud-command in #627
- chore(deps-dev): Bump webpack from 5.95.0 to 5.96.1 by @dependabot in #628
- chore(deps-dev): Bump sass from 1.80.4 to 1.80.6 by @dependabot in #629
- chore(deps-dev): Bump sass-loader from 16.0.2 to 16.0.3 by @dependabot in #630
- chore(deps-dev): Bump sass from 1.80.6 to 1.81.0 by @dependabot in #631
- chore(deps-dev): Bump sass from 1.81.0 to 1.82.0 by @dependabot in #634
- chore(deps-dev): Bump webpack from 5.96.1 to 5.97.1 by @dependabot in #633
- chore(deps-dev): Bump sass-loader from 16.0.3 to 16.0.4 by @dependabot in #635
- chore(deps-dev): Bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by @dependabot in #636
- chore(deps-dev): Bump webpack-dev-server from 5.1.0 to 5.2.0 by @dependabot in #638
- chore(deps-dev): Bump sass from 1.82.0 to 1.83.0 by @dependabot in #637
- chore(deps): Bump nanoid from 3.3.7 to 3.3.8 in /tests by @dependabot in #639
- chore(deps): Bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #640
- chore(deps-dev): Bump sass from 1.83.0 to 1.83.1 by @dependabot in #642
- chore(deps-dev): Bump ts-loader from 9.5.1 to 9.5.2 by @dependabot in #643
- chore(deps-dev): Bump sass from 1.83.1 to 1.83.4 by @dependabot in #644
- chore(deps-dev): Bump @babel/core from 7.26.0 to 7.26.7 by @dependabot in #645
- [main] Fix npm audit by @nextcloud-command in #632
- chore(deps-dev): Bump sass from 1.83.4 to 1.84.0 by @dependabot in #646
- chore(deps-dev): Bump @babel/core from 7.26.7 to 7.26.9 by @dependabot in #647
- chore(deps-dev): Bump webpack from 5.97.1 to 5.98.0 by @dependabot in #648
- chore(deps-dev): Bump sass from 1.84.0 to 1.85.0 by @dependabot in #649
- chore(deps-dev): Bump sass-loader from 16.0.4 to 16.0.5 by @dependabot in #650
- chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 in /tests by @dependabot in #651
- chore(deps-dev): Bump sass from 1.85.0 to 1.85.1 by @dependabot in #653
- chore(deps-dev): Bump @babel/core from 7.26.9 to 7.26.10 by @dependabot in #654
- chore(deps-dev): Bump sass from 1.85.1 to 1.86.0 by @dependabot in #655
- chore(deps-dev): Bump webpack-dev-server from 5.2.0 to 5.2.1 by @dependabot in #656
- chore(deps-dev): Bump sass from 1.86.0 to 1.86.3 by @dependabot in #660
- chore(deps-dev): Bump webpack-cli from 5.1.4 to 6.0.1 by @dependabot in #641
- chore(deps-dev): Bump babel-loader from 9.2.1 to 10.0.0 by @dependabot in #652
- chore(deps): downgrade node-polyfill-webpack-plugin to 4.0.0 by @ShGKme in #659
v6.2.0 (2024-10-04)
sass-loaderis upgraded fromv14tov16with modern Sass JS API. This is not expected to be a breaking change. But it might affect configs with customsassconfiguration. See SASS docs for details: https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/
- chore(deps-dev): Bump @babel/core from 7.25.2 to 7.25.7 by @dependabot in #618
- chore(deps-dev): Bump sass from 1.79.3 to 1.79.4 by @dependabot in #617
- chore(deps-dev): Bump webpack from 5.94.0 to 5.95.0 by @dependabot in #615
- chore(deps-dev): Bump sass-loader from 14.2.1 to 16.0.2 by @dependabot in #612
v6.1.1 (2024-09-23)
- fix: include
processNode polyfill by @ShGKme in #613
v6.1.0 (2024-09-17)
- Update package npm version by @skjnldsv in #608
- Fix npm audit by @nextcloud-command in #609
- Dependencies update
v6.0.1 (2024-01-29)
- fix: ignore
./localeimport frommoment/min/moment-with-localesby @ShGKme in #533
- chore(deps-dev): Bump sass from 1.65.1 to 1.66.1 by @dependabot in #492
- chore(deps-dev): Bump @babel/core from 7.22.10 to 7.22.11 by @dependabot in #494
- chore(deps-dev): Bump vue-loader from 15.10.1 to 15.10.2 by @dependabot in #495
- chore(deps-dev): Bump @babel/core from 7.22.11 to 7.22.17 by @dependabot in #496
- chore(deps-dev): Bump @babel/core from 7.22.17 to 7.22.19 by @dependabot in #497
- chore(deps-dev): Bump sass from 1.66.1 to 1.67.0 by @dependabot in #498
- chore(deps-dev): Bump @babel/core from 7.22.19 to 7.22.20 by @dependabot in #499
- chore(deps-dev): Bump sass from 1.67.0 to 1.68.0 by @dependabot in #500
- chore(deps-dev): Bump @nextcloud/eslint-config from 8.2.1 to 8.3.0 in /tests by @dependabot in #501
- chore(deps-dev): Bump @babel/core from 7.22.20 to 7.23.0 by @dependabot in #502
- chore(deps-dev): Bump sass from 1.68.0 to 1.69.0 by @dependabot in #503
- chore(deps): Bump postcss from 8.4.26 to 8.4.31 in /tests by @dependabot in #504
- chore(deps-dev): Bump @babel/core from 7.23.0 to 7.23.2 by @dependabot in #505
- chore(deps-dev): Bump sass from 1.69.0 to 1.69.3 by @dependabot in #506
- chore(deps-dev): Bump ts-loader from 9.4.4 to 9.5.0 by @dependabot in #508
- chore(deps-dev): Bump webpack from 5.88.2 to 5.89.0 by @dependabot in #507
- chore(deps-dev): Bump @babel/traverse from 7.23.0 to 7.23.2 in /tests by @dependabot in #509
- chore(deps-dev): Bump sass from 1.69.3 to 1.69.4 by @dependabot in #511
- chore(deps-dev): Bump vue-loader from 15.10.2 to 15.11.1 by @dependabot in #510
- chore(deps-dev): Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #512
- chore(deps): Bump vue from 2.7.14 to 2.7.15 in /tests by @dependabot in #513
- chore(deps-dev): Bump sass from 1.69.4 to 1.69.5 by @dependabot in #515
- chore(deps-dev): Bump vue-template-compiler from 2.7.14 to 2.7.15 by @dependabot in #514
- chore(deps-dev): Bump @babel/core from 7.23.2 to 7.23.3 by @dependabot in #516
- chore(deps-dev): Bump ts-loader from 9.5.0 to 9.5.1 by @dependabot in #517
- chore(deps-dev): Bump @babel/core from 7.23.3 to 7.23.5 by @dependabot in #519
- chore(deps-dev): Bump node-polyfill-webpack-plugin from 2.0.1 to 3.0.0 by @dependabot in #520
- chore(deps-dev): Bump @babel/core from 7.23.5 to 7.23.6 by @dependabot in #521
- chore: update workflows from templates by @nextcloud-command in #522
- chore(deps-dev): Bump vue-template-compiler from 2.7.15 to 2.7.16 by @dependabot in #524
- chore(deps-dev): Bump @babel/core from 7.23.6 to 7.23.7 by @dependabot in #525
- chore(deps-dev): Bump sass-loader from 13.3.2 to 13.3.3 by @dependabot in #526
- chore(deps-dev): Bump sass from 1.69.5 to 1.69.6 by @dependabot in #527
- chore(deps): Bump vue from 2.7.15 to 2.7.16 in /tests by @dependabot in #528
- chore(deps-peer): Bump Vue from 2.7.14 to 2.7.16 by @ShGKme in #523
- chore(deps-dev): Bump sass from 1.69.6 to 1.69.7 by @dependabot in #529
- chore(deps-dev): Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #530
- chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0 in /tests by @dependabot in #493
- chore(deps-dev): Bump style-loader from 3.3.3 to 3.3.4 by @dependabot in #531
- chore(deps-dev): Bump css-loader from 6.8.1 to 6.9.0 by @dependabot in #532
- chore(deps-dev): Bump css-loader from 6.9.0 to 6.9.1 by @dependabot in #536
- chore(deps-dev): Bump sass from 1.69.7 to 1.70.0 by @dependabot in #535
- chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.1 to 2.4.0 in /tests by @dependabot in #537
- chore(deps-dev): Bump webpack from 5.89.0 to 5.90.0 by @dependabot in #538
- chore(deps-dev): Bump @babel/core from 7.23.7 to 7.23.9 by @dependabot in #539
v6.0.0 (2023-08-16)
- chore: update node engines to next LTS by @nextcloud-command in #470
We now supports node
^20.0.0and npm^9.0.0
- fix: pass ts to ts-loader before babel by @skjnldsv in #472
- fix: polyfill node:Buffer by default by @ShGKme in #489
- Revert "Disable cache in dev mode" by @pulsejet in #456
- Update rules to prevent prettier to run by @christianlupus in #475
- chore: Fix URLs after package was transfered by @susnux in #484
- chore(deps-dev): Bump @babel/core from 7.22.1 to 7.22.10 by @dependabot in #488
- chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1 in /tests by @dependabot in #477
- chore(deps-dev): Bump babel-loader from 9.1.2 to 9.1.3 by @dependabot in #473
- chore(deps-dev): Bump css-loader from 6.7.4 to 6.8.1 by @dependabot in #463
- chore(deps-dev): Bump sass from 1.62.1 to 1.65.1 by @dependabot in #487
- chore(deps-dev): Bump sass-loader from 13.3.0 to 13.3.2 by @dependabot in #467
- chore(deps-dev): Bump webpack from 5.88.1 to 5.88.2 by @dependabot in #482
- chore(deps-dev): Bump webpack-cli from 5.1.1 to 5.1.4 by @dependabot in #466
- chore(deps-dev): Bump webpack-dev-server from 4.11.1 to 4.15.1 by @dependabot in #483
- chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 in /tests by @dependabot in #478
- fix: dependencies and audit by @skjnldsv in #485
v5.5.1 (2023-04-25)
- Grigorii K. Shartsev (@ShGKme)
v5.5.0 (2023-03-15)
Implemented enhancements:
- Add ts support #421 (skjnldsv)
- Add alias for resolving vue #432 (raimund-schluessler)
- Add public path config information for HMR #431 (artonge)
- Resolve ts files #424 (skjnldsv)
Fixed bugs:
Merged dependencies:
- Bump @babel/core from 7.19.6 to 7.20.12
- Bump babel-loader from 8.2.5 to 9.1.2
- Bump css-loader from 6.7.1 to 6.7.3
- Bump json5 from 1.0.1 to 1.0.2
- Bump loader-utils from 1.4.0 to 1.4.2
- Bump sass from 1.55.0 to 1.59.2
- Bump sass-loader from 13.1.0 to 13.2.0
- Bump vue-loader from 15.10.0 to 15.10.1
- Bump vue-template-compiler from 2.7.13 to 2.7.14
- Bump webpack-cli from 4.10.0 to 5.0.1
v5.4.0 (2022-10-25)
Changed:
- Upgrade packages minors and fix deep selector support #399 (skjnldsv)
- @babel/core from
^7.16.7to^7.19.6 - babel-loader from
^8.2.3to^8.2.5 - css-loader from
^6.5.1to^6.7.1 - sass from
^1.47.0to^1.55.0 - sass-loader from
^13.0.1to^13.1.0 - vue-loader from
^15.9.8to^15.10.0 - vue-template-compiler from
^2.7.0to^2.7.13 - webpack from
^5.66.0to^5.74.0 - webpack-cli from
^4.9.1to^4.10.0 - webpack-dev-server from
^4.7.2to^4.11.1
- @babel/core from
v5.3.0 (2022-08-10)
Changed:
- Update engines versions to Node 16 with Npm 7 or Npm 8
v5.2.1 (2022-07-02)
Fixed bugs:
v5.2.0 (2022-07-02)
Merged pull requests:
- Dependencies updates
- Bump vue-template-compiler from 2.6.14 to 2.7.0
v5.1.0 (2022-04-30)
Implemented enhancements:
Merged pull requests:
- @nextcloud/eslint-config^8.0.0 compatibility
- Bump @babel/core to 7.17.10
- Bump async to 2.6.4
- Bump babel-loader to 8.2.5
- Bump css-loader to 6.7.1
- Bump eslint to 8.11.0
- Bump minimist to 1.2.6
- Bump node-forge to 1.3.0
- Bump sass to 1.51.0
- Bump stylelint to 14.6.0
v5.0.0 (2022-01-18)
Fixed bugs:
Merged pull requests:
v4.3.2 (2022-01-18)
Fixed bugs:
v4.3.1 (2022-01-17)
Dependencies updates:
- Unpin webpack version #275 (artonge)
- Bump stylelint-webpack-plugin from 3.1.0 to 3.1.1 #277 (dependabot[bot])
- Bump sass from 1.47.0 to 1.48.0 #276 (dependabot[bot])
- Bump sass to 1.47.0 #273 (skjnldsv)
- Bump sass from 1.46.0 to 1.47.0 #271 (dependabot[bot])
v4.3.0 (2022-01-07)
Fixed bugs:
Merged pull requests:
v4.2.0 (2021-11-29)
- 4.2.0 #253 (artonge)
- Update npm and node engines versions by @nextcloud-command in #241
- Bump eslint-webpack-plugin from 3.1.0 to 3.1.1 by @dependabot in #244
- Fix HMR by @jotoeri in #246
- Bump webpack-dev-server from 4.4.0 to 4.5.0 by @dependabot in #249
- Bump sass from 1.43.4 to 1.43.5 by @dependabot in #252
- Move stylelint to 14 by @skjnldsv in #242
v4.1.4 (2021-11-08)
- Limit webpack update to patch versions of 5.46 by @artonge in #238
v4.1.3 (2021-11-08)
Merged pull requests:
- Change webpack version in peerDep to match devDep by @artonge in #233
- Bump webpack from 5.46.0 to 5.62.1 by @dependabot in #235
- Bump css-loader from 6.5.0 to 6.5.1 by @dependabot in #236
v4.1.2 (2021-11-03)
Merged pull requests:
- Revert "Bump webpack from 5.46.0 to 5.61.0" #232 (skjnldsv)
- Revert "Bump eslint from 7.31.0 to 8.1.0" #231 (skjnldsv)
v4.1.1 (2021-11-03)
Implemented enhancements:
Merged pull requests: