UNPKG

@rouxx/plugin

Version:
8 lines (7 loc) 518 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RouxVitePlugin = exports.RouxWebPackPlugin = void 0; const plugin_vite_1 = require("./plugin.vite"); Object.defineProperty(exports, "RouxVitePlugin", { enumerable: true, get: function () { return plugin_vite_1.RouxVitePlugin; } }); const plugin_webpack_1 = require("./plugin.webpack"); Object.defineProperty(exports, "RouxWebPackPlugin", { enumerable: true, get: function () { return plugin_webpack_1.RouxWebPackPlugin; } });