Browse Source

chore: added back an option to webpack dev

Kristian Vos 5 years ago
parent
commit
d3dee257d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/webpack.dev.js

+ 1 - 0
frontend/webpack.dev.js

@@ -12,6 +12,7 @@ module.exports = merge(common, {
 		historyApiFallback: true,
 		historyApiFallback: true,
 		hot: true,
 		hot: true,
 		port: config.get("frontendPort"),
 		port: config.get("frontendPort"),
+		public: config.get("frontendDomain"),
 		disableHostCheck: true
 		disableHostCheck: true
 	}
 	}
 });
 });