We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660fd3e commit f2ce953Copy full SHA for f2ce953
app/package.json
@@ -28,7 +28,7 @@
28
"@types/mocha": "^5.2.4",
29
"@vue/cli-plugin-typescript": "^3.4.1",
30
"@vue/cli-plugin-unit-mocha": "^3.4.1",
31
- "@vue/cli-service": "^3.4.0",
+ "@vue/cli-service": "^3.11.0",
32
"@vue/test-utils": "^1.0.0-beta.20",
33
"autoprefixer": "^9.5.0",
34
"chai": "^4.2.0",
app/vue.config.js
@@ -1,8 +1,10 @@
1
module.exports = {
2
runtimeCompiler: true,
3
publicPath: "/",
4
- // workaround for https://github.com/vuejs/vue-cli/issues/3898
5
chainWebpack: config => {
+ // workaround for https://github.com/vuejs/vue-cli/issues/3898
6
config.resolve.extensions.prepend('.ts')
7
+ // workaround for https://github.com/vuejs/vue-cli/issues/4557#issuecomment-532805642
8
+ config.plugins.delete('progress')
9
},
10
}
0 commit comments