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

Source maps #5

Closed TehShrike closed 8 years ago

TehShrike commented 8 years ago

During development (npm run dev), source maps should be generated.

When source map generation is fully working, a thrown error should show up in the developer console referencing the original file name, and the correct line number, of the original ES6 JS file.

TheLarkInn commented 8 years ago

Looks like updating webpack will fix this I'll get some new versioning added to the package.json file.