Skip to content

Commit

Permalink
feat(dependencies): update yarn.lock file, fix debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Mar 1, 2017
1 parent 78c70ae commit cc97bf1
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 88 deletions.
4 changes: 2 additions & 2 deletions config/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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: []
})
}),
Expand Down
Loading

0 comments on commit cc97bf1

Please sign in to comment.