我们的代码目前正在使用dojo 1.5.4,我们很快将转向使用dojo 1.11,即AMD。我们正在从componentjs改变我们的构建工具,因为它现在已被弃用。我想知道Brunch是否支持以AMD格式编写的代码/模块。
答案 0 :(得分:0)
有可能,请查看此处的文档:https://github.com/brunch/brunch/blob/master/docs/config.md#modules
modules:
wrapper: 'amd'
definition: 'amd'