You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {string?} [copyTo='./'] Where we want to physically put the extracted .node files
10
+
* @property {string?} [destDir='./'] Path to the same folder, relative to the output bundle js
11
+
* @property {boolean?} [dlopen=false] Use `dlopen` instead of `require`/`import`. This must be set to true if using a different file extension that '.node'
12
+
* @property {function(modulePath:string):(string|{name:string, copyTo:string})?} [map] Modify the final filename for specific modules. A function that receives a full path to the original file,
13
+
* and returns a desired filename or desired file name and a specific destination to copy to.
0 commit comments