Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Commit

Permalink
Merge c71a6ca into 690cf0d
Browse files Browse the repository at this point in the history
  • Loading branch information
ezmiller committed Jul 25, 2016
2 parents 690cf0d + c71a6ca commit 4e08e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var config = require('./make-webpack-config')({
devServer: true,
hotComponents: true,
devtool: '#cheap-module-eval-source-map',
devtool: '#inline-source-map',
separateStylesheet: true,
debug: true,
redux_dev_tools: true,
Expand Down
2 changes: 1 addition & 1 deletion .infrastructure/webpack/webpack-hot-dev-server.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var config = require('./make-webpack-config')({
devServer: true,
hotComponents: true,
devtool: '#cheap-module-eval-source-map',
devtool: '#inline-source-map',
separateStylesheet: true,
debug: true
})
Expand Down

0 comments on commit 4e08e28

Please sign in to comment.