Esri / arcgis-webpack-plugin

Webpack plugin for the ArcGIS API for JavaScript
Apache License 2.0
134 stars 26 forks source link

Uncaught ReferenceError: process is not defined from a third party library #110

Closed NunuLi closed 8 months ago

NunuLi commented 3 years ago

I got into a situation where the process has to be true, otherwise an error "process is undefined" is thrown from other packages. Why we need to set process = false here and how can we solve the conflict?

Originally posted by @NunuLi in https://github.com/Esri/arcgis-webpack-plugin/issues/41#issuecomment-809852353

odoe commented 3 years ago

This will probably only work with v4.18 and up.

NunuLi commented 3 years ago

Thank you Rene for the information! I will try with v4.18

andygup commented 8 months ago

Closing issue in preparation for repo archiving.