TheLarkInn / angular-starter-es6-webpack

This is an Angular Starter App with component and service generators using gulp for easy component development. Uses Karma-Mocha-Chai as testing suite and Babel Loader and Webpack for ES6
106 stars 48 forks source link

Uncaught RangeError: Maximum call stack size exceeded #6

Closed yoodame closed 8 years ago

yoodame commented 8 years ago

While running $ npm dev, the console logs "Uncaught RangeError: Maximum call stack size exceeded" error after saving changes.

SOLUTION: [https://github.com/webpack/webpack-dev-server/issues/87]() REASON: "You shouldn't be doing --hot and new webpack.HotModuleReplacementPlugin() in webpack.config.js > plugins: [] section simultaneously."

TheLarkInn commented 8 years ago

Thanks for reporting this. I'll have to look at this but it appears your sayings its doing the same thing twice.

TheLarkInn commented 8 years ago

I see, nice catch. I'll go ahead get something in, unless you'd like to submit a pull request. :smirk:

TheLarkInn commented 8 years ago

Fixed with f6323ad52dcb362d86b90c53fa684b1d5f634631