We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67ca43 commit 4922c52Copy full SHA for 4922c52
src/utils/webpack-dev-server.ts
@@ -65,6 +65,7 @@ export const runWebpackDevServer = async (opts: IOptions<IExtraOptions>) => {
65
webpackConfig.plugins.push(
66
new ForkTsCheckerWebpackPlugin({
67
typescript: {
68
+ memoryLimit: 8192,
69
mode: 'write-references',
70
},
71
}),
0 commit comments