You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with Webpack v5.3.0 we get a runtime error.
classes.js:20 Uncaught ReferenceError: process is not defined
at Module../node_modules/@blueprintjs/core/lib/esm/common/classes.js (classes.js:20)
at __webpack_require__ (bootstrap:18)
Webpack 5 no longer includes polyfills for it, as described here
Expected behavior
No runtime errors. Support builds with webpack 5.
The text was updated successfully, but these errors were encountered:
Environment
Actual behavior
When building with Webpack v5.3.0 we get a runtime error.
Webpack 5 no longer includes polyfills for it, as described here
Expected behavior
No runtime errors. Support builds with webpack 5.
The text was updated successfully, but these errors were encountered: