Skip to content

Commit 3cbac4a

Browse files
author
chengyu.chengyulia
committed
feat: increase ts checker memory limit
1 parent 3184685 commit 3cbac4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/webpack-dev-server.ts

Lines changed: 1 addition & 0 deletions
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)