unplugin-oxc
Version:
Oxc integration for unplugin.
24 lines (23 loc) • 405 B
JavaScript
import { t as Oxc } from "./src-BevZPMjm.mjs";
//#region src/unloader.ts
/**
* This entry file is for Unloader plugin.
*
* @module
*/
/**
* Unloader plugin
*
* @example
* ```ts
* // unloader.config.js
* import Oxc from 'unplugin-oxc/unloader'
*
* export default {
* plugins: [Oxc()],
* }
* ```
*/
const unloader = Oxc.unloader;
//#endregion
export { unloader as default, unloader as "module.exports" };