xiaoyi
xiaoyi
when use ``` async: false ``` it cannot enter success or fail function。
如果是空白文本内容,如: ``` ``` 这样,那么不需要做一次parseText
if I need use other ui react component link this: ``` import { Button } from 'antd'; render(test); ``` by the way,if many md files,how to generate different index.html
用__inline("xxx.html") html中有img标签,如下: ``` ``` 它会把图片地址变成绝对路径。 base64是一种解决方案,但是如果引入的html中有banner这种,就不是太好处理了。 求个方案
te.html片断: ``` test request require("./index"); ``` index.es6文件: ``` var lodash = require("lodash"); console.log(lodash); ``` fis3的config配置: ``` fis.set('project.files', [ '/te.html' ]); fis.set('project.ignore', [ 'fis-conf.js', 'package.json', '.git/**', '.svn/**', 'output/**' ]); fis.hook('commonjs') fis.match('/{node_modules}/**.js',...