Skip to content

Commit

Permalink
Removes webpack dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
James Sear committed Feb 10, 2017
1 parent b574e48 commit de3b78e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,4 @@ module.exports = {
performance: {
hints: false
},
// Webpack dev server is not currently used...
devServer: {
contentBase: path.join(__dirname, "/"),
stats: {
colors: true,
hash: false,
version: false,
timings: false,
assets: false,
chunks: false,
warnings: false
},
clientLogLevel: "error"
}
}

0 comments on commit de3b78e

Please sign in to comment.