Skip to content

Commit

Permalink
chore(webpack): hmr
Browse files Browse the repository at this point in the history
  • Loading branch information
abalone0204 committed Jun 9, 2016
1 parent 7f5d830 commit 0800c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ var compiler = webpack(config);

var server = new WebpackDevServer(compiler, {
contentBase: "./dist",
hot: true,
stats: {
colors: true,
}
Expand Down

0 comments on commit 0800c14

Please sign in to comment.