Updated the dev server to work on external interfaces

This commit is contained in:
n1474335 2017-09-22 16:05:15 +00:00
parent c60ec7c170
commit e61e3bcf9b
2 changed files with 25 additions and 20 deletions

View file

@ -1,3 +1,5 @@
"use strict";
const webpack = require("webpack");
const HtmlWebpackPlugin = require("html-webpack-plugin");
const NodeExternals = require("webpack-node-externals");
@ -309,7 +311,10 @@ module.exports = function (grunt) {
"webpack-dev-server": {
options: {
webpack: webpackConfig,
host: "0.0.0.0",
disableHostCheck: true,
overlay: true,
inline: false,
clientLogLevel: "error",
stats: {
children: false,