1

我正在使用 3rd 方库 (tether.js) 运行 Angular AOT ng-lightning。JIT 工作正常,但在使用 AOT 和 Rollup 构建后,我收到以下错误 (tether.js):

Uncaught TypeError: S is not a function

我在 System.config.js 中有以下定义:

map: {  'tether': 'npm:tether/dist/js' }

和内部包装:

packages: {  'tether': { defaultExtension: 'js' } }

有没有更好的导入方法,所以我不会收到这个错误?

4

0 回答 0