fix(webpack): pin vue-loader version to the latest working version

This commit is contained in:
Igor Randjelovic
2022-07-01 12:10:23 +02:00
parent 6d39b62cb7
commit c2d554bf02

View File

@ -45,7 +45,7 @@
"terser-webpack-plugin": "^5.0.0", "terser-webpack-plugin": "^5.0.0",
"ts-dedent": "^2.0.0", "ts-dedent": "^2.0.0",
"ts-loader": "^9.0.0", "ts-loader": "^9.0.0",
"vue-loader": "^15.0.0", "vue-loader": "^15.0.0 <= 15.9.8",
"webpack": "^5.30.0 <= 5.50.0 || ^5.51.2", "webpack": "^5.30.0 <= 5.50.0 || ^5.51.2",
"webpack-bundle-analyzer": "^4.0.0", "webpack-bundle-analyzer": "^4.0.0",
"webpack-chain": "^6.0.0", "webpack-chain": "^6.0.0",