electron-cra-boilerplate
electron-cra-boilerplate copied to clipboard
Doesn't work after packing
Does not work after packaging. What can i do to fix it? (Gives blank page, console message tells me file not foud for webpack chunks)
main.b922094e.chunk.css:1 Failed to load resource: net::ERR_FILE_NOT_FOUND 2.b1655f74.chunk.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND main.89abfae5.chunk.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND /manifest.json:1 GET file:///manifest.json net::ERR_FILE_NOT_FOUND
@kevinrodriguez-io please show info from webdevtools which you can open in this app. I had similar thing - it means that the build was with errors and the error should be thrown into console.
OR, make sure "homepage": "./",
is set!
This setting in package.json allows to put relative paths.