Skip to content
Snippets Groups Projects
Commit 57d91f82 authored by Thomas Roos's avatar Thomas Roos
Browse files

Stop webpack polling files, this eats battery

parent a947a34a
No related branches found
No related tags found
No related merge requests found
......@@ -21,14 +21,10 @@ module.exports = merge(common, {
historyApiFallback: true,
port: 8881,
publicPath: '/',
host: '0.0.0.0',
host: 'localhost',
overlay: {
warnings: true,
errors: true
},
watchContentBase: true,
watchOptions: {
poll: true
}
}
})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment