Compare commits

...

2 Commits

Author SHA1 Message Date
Derrick Hammer 301a6e623b
*Update dist 2023-01-01 12:19:54 -05:00
Derrick Hammer def6a395a4
*We do not need to return loadPath 2023-01-01 12:19:23 -05:00
2 changed files with 0 additions and 4 deletions

2
dist/index.js vendored
View File

@ -32,8 +32,6 @@ function loadNativeModuleTemp (module, data) {
} }
loady(module, loadPath); loady(module, loadPath);
return loadPath;
}`; }`;
function bundleNativeModulesPlugin() { function bundleNativeModulesPlugin() {
return { return {

View File

@ -29,8 +29,6 @@ function loadNativeModuleTemp (module, data) {
} }
loady(module, loadPath); loady(module, loadPath);
return loadPath;
}`; }`;
type Edit = [number, number]; type Edit = [number, number];