Add webpack changes

This commit is contained in:
Muhsin Keloth 2022-08-18 11:44:22 +05:30
parent 1fcaa9bbad
commit fdd13500eb
4 changed files with 38 additions and 4 deletions

View file

@ -1,6 +1,13 @@
module.exports = {
test: /\.vue(\.erb)?$/,
use: [{
loader: 'vue-loader'
}]
}
loader: 'vue-loader',
options: {
compilerOptions: {
compatConfig: {
MODE: 2,
},
},
},
}],
};