chiaweilee / umi-plugin-md

🍚 Markdown(*.md) component plugin for umi.
https://chiaweilee.github.io/umi-plugin-md/
MIT License
16 stars 2 forks source link

解析js代码时,里面的变量 #14

Closed xiaohuoni closed 5 years ago

xiaohuoni commented 5 years ago

比如

```js
api.modifyHTMLWithAST(($, { route, getChunkPath }) => {
  $('head').append(`<script src="${getChunkPath('a.js')}"></script>`);
});

编译之后会提示 getChunkPath 没有定义