Closed alexlyp closed 7 years ago
Due to decrediton's extraResource file management I've hacked this to spefically look for the node files in the ./resources/ directory.
./resources/
With the addition of "*.node" into one's extraResources package.json build options this should work on any project.
"*.node"
extraResources
Oops meant to submit to my local repo. Sorry!
Due to decrediton's extraResource file management I've hacked this to spefically look for the node files in the
./resources/
directory.With the addition of
"*.node"
into one'sextraResources
package.json build options this should work on any project.