electron-webpack icon indicating copy to clipboard operation
electron-webpack copied to clipboard

where should i config the electron builder config

Open sanriqing opened this issue 5 years ago • 1 comments

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 avatar Jul 09 '20 14:07 sanriqing

@sanriqing Are you putting it like so?

"build": {
	"file":["dist"]
}

ItsHarper avatar Jul 22 '20 01:07 ItsHarper