An Angular 2 Webpack Starter kit featuring Angular 2, Router, TypeScript, and Webpack by AngularClass
can anyone explain to my what
preLoaders: [
// TODO(gdi2290): exclude: [ helpers.root('node_modules/rxjs') ]
fixed with rxjs 5 beta.3 release
{ test: /.js$/, loader: "source-map-loader", exclude: [
helpers.root('node_modules/rxjs')
] }
],
is the story behing excluding node_modules/txjs
and the comment TODO(gdi2290) ?
i have the same problem with ng2-bootstrap and if i knew what the problem is i would try to fix it in ng2-bootstrap