remove cache-loader for .ts and .tsx

This commit is contained in:
Pig Fang 2020-01-27 15:47:24 +08:00
parent 225985834a
commit 60e883c5e7

View File

@ -39,7 +39,7 @@ const config = {
}, },
{ {
test: /\.tsx?$/, test: /\.tsx?$/,
use: ['cache-loader', 'ts-loader'], use: 'ts-loader',
}, },
{ {
test: /\.vue$/, test: /\.vue$/,