我已將我的離子應用程序從beta 11更新爲rc0。所以這意味着我已經從angular2 rc4切換到了angular2 stable,從typescript 1.8到2以及使用rollupjs模塊捆綁器。Firebase ionic2-rc0和彙總 - 「彙總:強烈建議使用`eval`」
我照着這篇博客配置AngularFire2: Getting Started with Ionic 2 RC0, Firebase 3 + AngularFire 2
我不能編譯,收到此錯誤:
rollup: Use ofeval(in c:\XXX\node_modules\angularfire2\node_modules\firebase\firebase.js) is strongly discouraged, as it poses security risks and may cause issues with minification. See https://github.com/rollup/rollup/wiki/Troubleshooting#avoiding-eval for more details
任何人都知道這是怎麼回事,如何解決呢?
謝謝您的回覆。我想我在其他地方有更嚴重的錯誤,這就是爲什麼我無法編譯。 我認爲使用eval不是一個突破錯誤,所以我會保持原樣。 再次感謝, – Dee