unplugin-ast
Version:
Manipulate the AST to transform your code.
24 lines (22 loc) • 398 B
JavaScript
import { t as AST } from "./src-xXyHZm4Q.mjs";
import "./dist-ByEcv-Bc.mjs";
//#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 };