Skip to content
Snippets Groups Projects
Commit 6e42441b authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

ci(styleguide): allow other hosts

parent cbb8af13
No related branches found
No related tags found
1 merge request!43Sprint #19
......@@ -15,6 +15,10 @@ module.exports = dir => {
]
return {
devtool: 'cheap-module-source-map',
devServer: {
compress: true,
disableHostCheck: true,
},
entry: './src/index.js',
module: {
rules: [
......
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