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

Commit

Permalink
Better overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 4, 2017
1 parent 965f73b commit 06bcb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var server = new WebpackDevServer(compiler, {
publicPath: config.output.publicPath,
hot: true,
historyApiFallback: true,
overlay: true,
contentBase: 'src/www'
})

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"devDependencies": {
"babel-preset-react-optimize": "latest",
"browser-sync": "latest",
"browser-sync-webpack": "latest",
"browser-sync-webpack-plugin": "latest",
"standard": "latest",
"webpack-dev-server": "2"
"webpack-dev-server": "latest"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit 06bcb24

Please sign in to comment.