Assets from node_modules not included #21
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Describe the bug
Assets bundling works fine in
v2.x.x
Because I have this json prop on mypackage.json
and since the old
pkg
was able to read it, it worked just fine.I think in
v3.x.x
the assets are not included properly into the bundled .exe. I'm gettingENOENT
to the required files.To Reproduce
Install npm package
header-generator
. This package containsdata_files
assets folder that is required to function.Expected behavior
Assets should be able to be included in the bundled .exe file and do its normal behaviour
The text was updated successfully, but these errors were encountered: