Skip to content

Commit 8a63049

Browse files
committed
chore: set transpileOnly true
1 parent 3056604 commit 8a63049

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

antd-tools/getWebpackConfig.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ function getWebpackConfig(modules) {
123123
},
124124
{
125125
loader: 'ts-loader',
126+
options: {
127+
transpileOnly: true,
128+
},
126129
},
127130
],
128131
},

0 commit comments

Comments
 (0)