Remove unused Vue-related option from webpack config

This commit is contained in:
Adam Goldsmith 2021-11-27 01:34:18 -05:00
parent 78f07ca745
commit 23ed5801dd

View File

@ -24,12 +24,7 @@ module.exports = {
exclude: /node_modules/,
use: [
'babel-loader',
{
loader: 'ts-loader',
options: {
appendTsSuffixTo: [/\.vue$/],
},
}
'ts-loader',
],
},
{