PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

webpack.config.js - devtool #170

Closed blowsie closed 8 years ago

blowsie commented 8 years ago

Im new to webpack, but based on the documentation (https://webpack.github.io/docs/configuration.html#devtool)

Should the webpack.config.js not be

devtool: 'source-map',

instead of

devtool: 'sourcemap',
pkishino commented 8 years ago

there is a PL for this already

blowsie commented 8 years ago

https://github.com/AngularClass/NG6-starter/pull/153