unplugin-oxc
Version:
Oxc integration for unplugin.
20 lines (18 loc) • 348 B
TypeScript
import { Oxc } from "./index-DCbJ-kOf.js";
//#region src/webpack.d.ts
/**
* Webpack plugin
*
* @example
* ```js
* // webpack.config.js
* import Oxc from 'unplugin-oxc/webpack'
*
* default export {
* plugins: [Oxc()],
* }
* ```
*/
declare const webpack: typeof Oxc.webpack;
//#endregion
export { webpack as default, webpack as "module.exports" };