diff --git a/webpack.config.js b/webpack.config.js index 14c0490..163cb1f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,12 +24,7 @@ module.exports = { exclude: /node_modules/, use: [ 'babel-loader', - { - loader: 'ts-loader', - options: { - appendTsSuffixTo: [/\.vue$/], - }, - } + 'ts-loader', ], }, {