Enable transpileOnly option

This commit is contained in:
Junyoung Choi 2020-02-14 16:35:10 +09:00 committed by Junyoung Choi
parent c96c9a2d05
commit 6a39561e94

View File

@ -36,7 +36,7 @@ module.exports = (env, argv) => {
},
{
test: /\.tsx?$/,
use: [{ loader: 'ts-loader' }],
use: [{ loader: 'ts-loader', options: { transpileOnly: true } }],
exclude: /node_modules/
},
{