unplugin-ast
Version:
Manipulate the AST to transform your code.
23 lines (21 loc) • 367 B
JavaScript
import { t as AST } from "./src-Chr1xbkI.js";
//#region src/webpack.ts
/**
* This entry file is for webpack plugin.
*
* @module
*/
/**
* Webpack plugin
*
* @example
* ```ts
* // webpack.config.js
* module.exports = {
* plugins: [require('unplugin-ast/webpack')()],
* }
* ```
*/
var webpack_default = AST.webpack;
//#endregion
export { webpack_default as default };