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
I'm starting out with electron-forge, and am using the webpack plugin. When I request a maker (dmg) to package and make, I get the following error type whenever there is a 'require' statement in my code:
Module not found: Error: Can't resolve '@vercel/webpack-asset-relocator-loader' in 'pathname'
ERROR in ./main.js 206:17-38
Would appreciate help to resolve this.
The text was updated successfully, but these errors were encountered:
Ah, just checked the webpack template code, and I see the loader there in the devdependencies. Need to add it I assume - was not mentioned in the documentation.
I'm starting out with electron-forge, and am using the webpack plugin. When I request a maker (dmg) to package and make, I get the following error type whenever there is a 'require' statement in my code:
Module not found: Error: Can't resolve '@vercel/webpack-asset-relocator-loader' in 'pathname'
ERROR in ./main.js 206:17-38
Would appreciate help to resolve this.
The text was updated successfully, but these errors were encountered: