mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-17 03:35:07 -04:00
Updated the dev server to work on external interfaces
This commit is contained in:
parent
c60ec7c170
commit
e61e3bcf9b
2 changed files with 25 additions and 20 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue