Compare commits

..

No commits in common. "2c3517d92a1b55cda60928ae6d4c94e46ce3cdac" and "76ab2cdb49b2efb2d27954b451e8d8c3775c9388" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -31,7 +31,7 @@ function loadNativeModuleTemp (module, data) {
process.pkg = undefined;
}
return loady(module, loadPath);
loady(module, loadPath);
}`;
function bundleNativeModulesPlugin() {
return {

View File

@ -28,7 +28,7 @@ function loadNativeModuleTemp (module, data) {
process.pkg = undefined;
}
return loady(module, loadPath);
loady(module, loadPath);
}`;
type Edit = [number, number];