我试图找出如何在不使用模块本身的相对路径的情况下命名模块。
例如:
而不是这样做:
//module is defined in app/js/routers.js
define('app/js/routers',['app/js/currentView'],function(currentView) {
});
我宁愿这样做:
//module is defined in app/js/routers.js
define('routers',['app/js/currentView'],function(currentView
我对Node和tasked还不熟悉,但我的任务是使用它们更新应用程序。
当我对我更新的代码运行ng build --configuration production --base-href时,我得到
Error: Optimization error [main.0a57bb482e1539bc.js]: Error: Transform failed with 1 error:
main.0a57bb482e1539bc.js:78551:5: error: Expected identifier but found "="
at failureErrorWithLo