Skip to content

Commit a50cf3b

Browse files
author
伊北
committed
chore: update
1 parent 42deed7 commit a50cf3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/toolkit/webpack/config.integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module.exports = (option) => {
209209
...nodePolyfill.provider,
210210
}),
211211
...(option.copy ? [new CopyPlugin(option.copy)] : []),
212-
process.env.TS_NO_EMIT
212+
!process.env.TS_NO_EMIT
213213
? new ForkTsCheckerWebpackPlugin({
214214
typescript: {
215215
configFile: option.tsconfigPath,

0 commit comments

Comments
 (0)