Remove unused Vue-related option from webpack config
This commit is contained in:
parent
78f07ca745
commit
23ed5801dd
@ -24,12 +24,7 @@ module.exports = {
|
||||
exclude: /node_modules/,
|
||||
use: [
|
||||
'babel-loader',
|
||||
{
|
||||
loader: 'ts-loader',
|
||||
options: {
|
||||
appendTsSuffixTo: [/\.vue$/],
|
||||
},
|
||||
}
|
||||
'ts-loader',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user