Skip to content
Snippets Groups Projects
Commit 3ccd7148 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Added localhost to webpack devserver allowed hosts

parent 1a025710
No related branches found
No related tags found
1 merge request!113Resolve "Frontend Refactor"
......@@ -4,6 +4,9 @@ const projectRoot = path.resolve(__dirname)
module.exports = {
assetsDir: 'static',
devServer: {
allowedHosts: ['localhost']
},
configureWebpack: {
resolve: {
alias: {
......
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