Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Cleanup wepback devserver output
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmcleod committed Jun 19, 2016
1 parent 1621361 commit 0306167
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ new WebpackDevServer(webpack(config), {
// For some reason connect-history-api-fallback does not allow '.' in the URL for history fallback...
{ from: /\/outfit\//, to: '/index.html' }
]
},
stats: {
assets: true,
colors: true,
version: false,
hash: false,
timings: true,
chunks: false,
chunkModules: false
}
}).listen(3300, "0.0.0.0", function (err, result) {
if (err) {
Expand Down

0 comments on commit 0306167

Please sign in to comment.