Skip to content

Commit 4922c52

Browse files
author
chengyu.chengyulia
committed
feat: increase ts checker memory limit
1 parent f67ca43 commit 4922c52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/webpack-dev-server.ts

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const runWebpackDevServer = async (opts: IOptions<IExtraOptions>) => {
6565
webpackConfig.plugins.push(
6666
new ForkTsCheckerWebpackPlugin({
6767
typescript: {
68+
memoryLimit: 8192,
6869
mode: 'write-references',
6970
},
7071
}),

0 commit comments

Comments
 (0)