chenmnkken / gulp-seajs-combo

seajs(CMD) Module combo pulgin for gulp
MIT License
53 stars 20 forks source link

在解析特殊模块出错。处理特殊的模块,如 tpl 模块(需额外的插件支持) #8

Closed ghost closed 8 years ago

ghost commented 9 years ago

在解析tpl模块上时报错。 gulp-seajs-cmobo Error: TypeError: Cannot read property 'forEach' of undefined 错误原因: options.plugins 为空。

不知道作者能否抽时间解决下?

ghost commented 9 years ago

刚调代码发现需要自定义的plugins的,然后看到文档是支持 自定义的。我试试先