diff --git a/webpack.config.js b/webpack.config.js index 384920a5..f0677cf7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -42,6 +42,7 @@ const config = { loader: 'ts-loader', options: { configFile: 'tsconfig.build.json', + transpileOnly: true, }, }, {