farmfe_plugin_script 2.0.1

Script compilation plugin of farm.
1
2
3
4
import a from './a';
const b = require('./b');

console.log(a, b);