Skip to content

Commit

Permalink
fix: ensure cache-loader apply to both babel and ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 25, 2018
1 parent bbeef12 commit 5f76980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = (api, options) => {
.loader('babel-loader')
}
tsRule
.use('cache-loader')
.use('cache-loader-2')
.loader('cache-loader')
.options({ cacheDirectory })
.end()
Expand Down

0 comments on commit 5f76980

Please sign in to comment.