0.0.2 • Published 10 years ago
fis3-hook-no-wrap v0.0.2
fis3-hook-commonjs
使用@noWrap注释标识文件不需要被fis3-hook-commonjs
包裹
demo
/**
* @noWrap
*/
// js file
// ...
// fis-conf.js
fis.hook('commonjs')
.hook('no-wrap');
使用@noWrap注释标识文件不需要被fis3-hook-commonjs
包裹
/**
* @noWrap
*/
// js file
// ...
// fis-conf.js
fis.hook('commonjs')
.hook('no-wrap');