Skip to content

Commit

Permalink
Set contetnBase in example webpack dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdemeul committed Oct 23, 2015
1 parent db7d0cb commit f8de5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webpack-example/webpack-dev-server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var config = {
},
//Server Configuration options
devServer:{
contentBase: '', //Relative directory for base of server
contentBase: 'src/www', //Relative directory for base of server
devtool: 'eval',
hot: true, //Live-reload
inline: true,
Expand Down

0 comments on commit f8de5da

Please sign in to comment.