我使用angular2打字稿,並與角CLI角CLI:「語法錯誤:意外的標記」進行生產和AOT
編譯時,我嘗試用AOT和生產ng build --aot --prod
編譯我得到一個錯誤,當沒有理由:
ERROR in main.4b427a390fd79800862f.bundle.js from UglifyJs
SyntaxError: Unexpected token: name (UriPipe) [main.4b427a390fd79800862f.bundle.js:19,4]
但代碼是很好.. ,當我編譯開發(不醜化)一切工作正常
(UriPipe是我做了一個管道,其工程確定)
個版本:
os: ubuntu 16.04 LTS/Windows 10 x64
browser: chrome v56
angular-cli: 1.0.0-beta.26
node: 6.9.4
npm: 3.10.10
typescript: 2.0.10
angular2: 2.3.1
您是否嘗試過'ng服務 - 不能'在瀏覽器中查看堆棧跟蹤? – shusson