Skip to content

Commit

Permalink
fix ts-loader config
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 13, 2023
1 parent 8760445 commit 64fa67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/vue/templates/webpack/webpack.common.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ module.exports = async (env, options) => {
appendTsSuffixTo: ['\\.vue$'],
happyPackMode: true,
transpileOnly: true,
configFile: 'tsconfig.app.json',
},
},
],
Expand Down

0 comments on commit 64fa67a

Please sign in to comment.