【发布时间】:2018-07-14 13:37:44
【问题描述】:
我正在通过this documentation 构建一个Angular Universal 应用程序。但现在我已经在我的应用程序中集成了第三方应用程序angular2-multiselect-dropdown。当我在本地提供应用程序时,它运行良好,但是当我在节点服务器上提供它时,它会抛出:
SyntaxError: Unexpected token import
我还尝试了here 给出的许多解决方案,但对我没有任何效果。
【问题讨论】:
标签: javascript node.js angular angular-universal