unplugin-oxc
Version:
Oxc integration for unplugin.
19 lines (18 loc) • 353 B
text/typescript
import { t as Oxc } from "./index-DcCXhNky.mjs";
//#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" };