Skip to content

Commit

Permalink
transpileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Aug 29, 2023
1 parent 0a54d91 commit 424c59e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/fusion/src/utilities/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ export async function webpackVue3Config() {
loader: "ts-loader",
exclude: /(node_modules|bower_components)/,
options:{
appendTsSuffixTo:[/\.vue/]
appendTsSuffixTo:[/\.vue/],
transpileOnly: true
}
},
{
Expand Down

0 comments on commit 424c59e

Please sign in to comment.