|
@@ -6,7 +6,9 @@ module.exports = () => config => {
|
|
test: /\.vue$/,
|
|
test: /\.vue$/,
|
|
loader: 'vue-loader',
|
|
loader: 'vue-loader',
|
|
options: {
|
|
options: {
|
|
- preserveWhitespace: false,
|
|
|
|
|
|
+ compilerOptions: {
|
|
|
|
+ preserveWhitespace: false,
|
|
|
|
+ },
|
|
},
|
|
},
|
|
});
|
|
});
|
|
config.plugins.push(new VueLoaderPlugin());
|
|
config.plugins.push(new VueLoaderPlugin());
|