We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33f7c5 commit cd49663Copy full SHA for cd49663
src/components/Vue.js
@@ -64,7 +64,7 @@ module.exports = class Vue extends Component {
64
65
let dependencies = [
66
this.version === 2 ? 'vue-template-compiler' : '@vue/compiler-sfc',
67
- this.version === 2 ? 'vue-loader@^15.9.7' : 'vue-loader@^16.2.0'
+ this.version === 2 ? 'vue-loader@^15.9.8' : 'vue-loader@^16.2.0'
68
];
69
70
if (this.options.extractStyles && this.options.globalStyles) {
0 commit comments