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