diff --git a/dist/index.d.ts b/dist/index.d.ts index bfa2f53..d82dd82 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,2 +1,3 @@ import type { Plugin } from "vite"; export default function bundleNativeModulesPlugin(): Plugin; +export { bundleNativeModulesPlugin }; diff --git a/dist/index.js b/dist/index.js index e772eb4..8cd3172 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); +exports.bundleNativeModulesPlugin = void 0; const ast_matcher_1 = __importDefault(require("ast-matcher")); const magic_string_1 = __importDefault(require("magic-string")); // @ts-ignore @@ -100,4 +101,5 @@ function bundleNativeModulesPlugin() { }; } exports.default = bundleNativeModulesPlugin; +exports.bundleNativeModulesPlugin = bundleNativeModulesPlugin; //# sourceMappingURL=index.js.map \ No newline at end of file