electron-webpack
electron-webpack copied to clipboard
where should i config the electron builder config
it seem to does not work if i config it on package.json . i set the following code in package.json
{
"file":["dist"]
}
the node_modules will still copy to asar file
@sanriqing Are you putting it like so?
"build": {
"file":["dist"]
}