Skip to content

Commit 5f76980

Browse files
committed
fix: ensure cache-loader apply to both babel and ts
1 parent bbeef12 commit 5f76980

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-typescript

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-typescript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = (api, options) => {
4848
.loader('babel-loader')
4949
}
5050
tsRule
51-
.use('cache-loader')
51+
.use('cache-loader-2')
5252
.loader('cache-loader')
5353
.options({ cacheDirectory })
5454
.end()

0 commit comments

Comments
 (0)