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 config of the current Forge app generator creates both a main.js and index.js when run. Forge only accepts index.js. Prevent main.js from being generated since it is not used.