Ember js导入UMD节点模块

时间:2018-06-01 18:43:34

标签: ember.js ember-cli umd

我必须导入这个库并在所有ember文件中使用“ZeroEx”变量全局。

我试图在 ember-cli-build.js 中添加此行,但我没有这样的文件或目录

app.import('node_modules/0x.js');

https://0xproject.com/docs/0x.js#installation

1 个答案:

答案 0 :(得分:1)

有一个新的余烬附加组件可以让您轻松实现这一目标:ember-auto-import https://github.com/ef4/ember-auto-import