Commit 847fddac authored by Thong Kuah's avatar Thong Kuah

Disable un-needed contentBase for webpack-dev-server

parent 8bda24d2
......@@ -547,6 +547,7 @@ module.exports = {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers': '*',
},
contentBase: false,
stats: 'errors-only',
hot: DEV_SERVER_LIVERELOAD,
inline: DEV_SERVER_LIVERELOAD,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment