cooker-postprocessor-es3ify
v0.0.1
Published
convert ES5 syntax to be ES3-compatible
Downloads
2
Readme
cooker-postprocessor-es3ify
convert ES5 syntax to be ES3-compatible
基于es3ify
install:
npm i -g cooker-postprocessor-es3ify
usage:
fis.match('/components/antd/lib/**.js', {
postprocessor: fis.plugin("es3ify")
})