当我使用Angular2
,Webpack
和ES6
时,一切运行良好,但控制台显示上述错误,我不知道它有什么问题。
BaseException {
message: "Token must be defined!",
_originalException: undefined,
_originalStack: undefined,
_context: undefined,
stack: "Error: Token must be defined!
}
at new BaseExcep… at http://localhost:8080/dist/bundle.js:42471:32"
代码可在https://github.com/wxyyxc1992/angular2-es6-webpack-quickstart
中找到