Compare commits

..

No commits in common. "194368400631fcf482cd70169480ba1bcc0c6e95" and "27f87553b32defc7ae8d392ca5c610e86d948587" have entirely different histories.

3 changed files with 0 additions and 4 deletions

1
dist/index.d.ts vendored
View File

@ -1,3 +1,2 @@
import type { Plugin } from "vite"; import type { Plugin } from "vite";
export default function bundleNativeModulesPlugin(): Plugin; export default function bundleNativeModulesPlugin(): Plugin;
export { bundleNativeModulesPlugin };

2
dist/index.js vendored
View File

@ -3,7 +3,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod }; return (mod && mod.__esModule) ? mod : { "default": mod };
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.bundleNativeModulesPlugin = void 0;
const ast_matcher_1 = __importDefault(require("ast-matcher")); const ast_matcher_1 = __importDefault(require("ast-matcher"));
const magic_string_1 = __importDefault(require("magic-string")); const magic_string_1 = __importDefault(require("magic-string"));
// @ts-ignore // @ts-ignore
@ -101,5 +100,4 @@ function bundleNativeModulesPlugin() {
}; };
} }
exports.default = bundleNativeModulesPlugin; exports.default = bundleNativeModulesPlugin;
exports.bundleNativeModulesPlugin = bundleNativeModulesPlugin;
//# sourceMappingURL=index.js.map //# sourceMappingURL=index.js.map

View File

@ -122,4 +122,3 @@ export default function bundleNativeModulesPlugin() {
}, },
} as Plugin; } as Plugin;
} }
export { bundleNativeModulesPlugin };