chore: set transpileOnly true

pull/4675/head
tangjinzhou 2021-09-19 14:52:00 +08:00
parent 30566047cc
commit 8a63049802
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ function getWebpackConfig(modules) {
},
{
loader: 'ts-loader',
options: {
transpileOnly: true,
},
},
],
},