Skip to content

Commit

Permalink
Remove contentBase deprecation warning message (#878)
Browse files Browse the repository at this point in the history
Fixes spec/dummy/client/server-rails-hot.js
  • Loading branch information
ened authored and justin808 committed Jul 1, 2017
1 parent 9d8a987 commit c34602a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/dummy/client/server-rails-hot.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ const { hotReloadingUrl, hotReloadingPort, hotReloadingHostname } = webpackConfi
const compiler = webpack(webpackConfig);

const devServer = new WebpackDevServer(compiler, {
contentBase: hotReloadingUrl,
proxy: {
'*': hotReloadingUrl,
},
headers: {
'Access-Control-Allow-Origin': '*',
},
Expand Down

0 comments on commit c34602a

Please sign in to comment.