Closed tom10271 closed 6 years ago
This plugin makes all commands inside root dir of the project stop sending finish signal to system making docker build process stuck even you split command into lines.
Docker image building process resume normal after removing this plugin.....Disappointing
Probably because of #2
This library has been deprecated. Please use Node.js v8+ and set NODE_OPTIONS
environment variable. (https://github.com/endel/increase-memory-limit#deprecation-notice)
My build command:
"build": "npm run cleanup && npm run fix-memory-limit && NODE_ENV=production node_modules/.bin/webpack --config webpack.config.js -p",