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
The webpack plugin has delete pj.config.forge; which fails when the package.json does not include a config block becuase you are using the default forge.config.js file. It should check for the config object before deleting.
The text was updated successfully, but these errors were encountered:
The webpack plugin has
delete pj.config.forge;
which fails when the package.json does not include a config block becuase you are using the defaultforge.config.js
file. It should check for the config object before deleting.The text was updated successfully, but these errors were encountered: