Allow demo config to be tested from other device on network

This commit is contained in:
Paulus Schoutsen 2019-01-23 15:52:07 -08:00
parent 28d3f445f6
commit 37b2154638

View File

@ -8,7 +8,7 @@ const { babelLoaderConfig } = require("../config/babel.js");
const isProd = process.env.NODE_ENV === "production";
const chunkFilename = isProd ? "chunk.[chunkhash].js" : "[name].chunk.js";
const buildPath = path.resolve(__dirname, "dist");
const publicPath = isProd ? "./" : "http://localhost:8080/";
const publicPath = "./";
const latestBuild = false;