I have not had this issue and I am using WebPack with the latest RC. If the issue is occurring within your own modules, double check that your tsconfig.json file has "module": "commonjs". Otherwise, some external module must not have the correct variation for the WebPack loader. Not sure what you could do there.
On Fri, Aug 12, 2016 at 12:50 PM Harley Brown <[email protected]> wrote: > I have detailed the problem here > http://stackoverflow.com/questions/38839605/angular-2-with-webpack-uncaught-referenceerror-system-is-not-defined > but > have had no luck in finding a resolution. I have followed closely the > webpack example provided here > https://angular.io/docs/ts/latest/guide/webpack.html . Is anyone using > webpack successfully for the latest RC of angular 2? > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
