remove cache-loader for .ts and .tsx
This commit is contained in:
parent
225985834a
commit
60e883c5e7
@ -39,7 +39,7 @@ const config = {
|
||||
},
|
||||
{
|
||||
test: /\.tsx?$/,
|
||||
use: ['cache-loader', 'ts-loader'],
|
||||
use: 'ts-loader',
|
||||
},
|
||||
{
|
||||
test: /\.vue$/,
|
||||
|
Loading…
Reference in New Issue
Block a user