Open atdiff opened 6 years ago
I didn't get it. What's related to this project?
@vincentdchan I'm attempting to use the webpack-deep-scope-analysis-plugin. But in conjunction with the arcgis-webpack-plugin, the webpack-deep-scope-analysis-plugin throws the memory error.
@atdiff Alright. It would be helpful if you can provide an example repo to get this error.
The default heap size is not sufficient to run the webpack process. You can add NODE_OPTIONS=--max-old-space-size=<MegaBytes>
before webpack command/
i also have this problem
Getting the following error. The project I'm working with includes the @arcgis/webpack-plugin (which includes the dojo webpack plugin as well). If I comment out the @arcgis/webpack-plugin, I don't run into the error.