remove compat build
This commit is contained in:
parent
650e69c336
commit
dc8bef7928
7 changed files with 7 additions and 32 deletions
|
@ -35,7 +35,6 @@ module.exports = {
|
|||
path.join(__dirname, '../node_modules')
|
||||
],
|
||||
alias: {
|
||||
'vue': '@vue/compat',
|
||||
'static': path.resolve(__dirname, '../static'),
|
||||
'src': path.resolve(__dirname, '../src'),
|
||||
'assets': path.resolve(__dirname, '../src/assets'),
|
||||
|
@ -62,13 +61,6 @@ module.exports = {
|
|||
{
|
||||
test: /\.vue$/,
|
||||
loader: 'vue-loader',
|
||||
options: {
|
||||
compilerOptions: {
|
||||
compatConfig: {
|
||||
MODE: 2
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.jsx?$/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue