Commit 005b5b1c authored by Illya Klymov's avatar Illya Klymov

Merge branch 'disable_content_base' into 'master'

Disable un-needed contentBase for webpack-dev-server

See merge request gitlab-org/gitlab!41841
parents 06dcab68 847fddac
...@@ -547,6 +547,7 @@ module.exports = { ...@@ -547,6 +547,7 @@ module.exports = {
'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers': '*', 'Access-Control-Allow-Headers': '*',
}, },
contentBase: false,
stats: 'errors-only', stats: 'errors-only',
hot: DEV_SERVER_LIVERELOAD, hot: DEV_SERVER_LIVERELOAD,
inline: 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