feat(dependencies): update yarn.lock file, fix debugging

This commit is contained in:
Alexander Zhukov 2017-03-01 14:56:34 +03:00
parent 78c70aec2e
commit cc97bf1e2f
2 changed files with 85 additions and 88 deletions

View file

@ -41,7 +41,7 @@ module.exports = function (options) {
* See: http://webpack.github.io/docs/configuration.html#devtool
* See: https://github.com/webpack/docs/wiki/build-performance#sourcemaps
*/
devtool: 'eval-source-map',
devtool: 'cheap-module-source-map',
/**
* Options affecting the output of the compilation.
@ -134,7 +134,7 @@ module.exports = function (options) {
},
dllDir: helpers.root('dll'),
webpackConfig: webpackMergeDll(commonConfig({env: ENV}), {
devtool: 'eval-source-map',
devtool: 'cheap-module-source-map',
plugins: []
})
}),