A preprocessor to wrap module code using amd style.
npm install fisx-preprocessor-amd --save-devfis.match('/src/**.js', {
preprocessor: fis.plugin('amd')
});-
disableWrap -
booleanoptional: if the processed file has disableWrap configure withtrue, the preprocessor will ignore this file -
clearCssRequire -
booleanoptional: whether remove the css file require declaration, by default false