forked from Gitlink/forgeplus-react
update webpack
This commit is contained in:
parent
2b063bb8f7
commit
0a67b9606a
|
|
@ -17,16 +17,7 @@ const OptimizeCSSAssetsPlugin = require("optimize-css-assets-webpack-plugin");
|
||||||
const paths = require("./paths");
|
const paths = require("./paths");
|
||||||
const getClientEnvironment = require("./env");
|
const getClientEnvironment = require("./env");
|
||||||
|
|
||||||
// Some apps do not use client-side routing with pushState.
|
|
||||||
// For these, "homepage" can be set to "." to enable relative asset paths.
|
|
||||||
let publicPath = "/react/build/";
|
let publicPath = "/react/build/";
|
||||||
// let nodeEnv = process.env.NODE_ENV
|
|
||||||
// if (nodeEnv === 'testBuild') {
|
|
||||||
// publicPath = 'https://testforgeplus.trustie.net/react/build/';
|
|
||||||
// }
|
|
||||||
// if (nodeEnv === 'production') {
|
|
||||||
// publicPath = 'https://forgeplus.trustie.net/react/build/';
|
|
||||||
// }
|
|
||||||
const publicUrl = publicPath.slice(0, -1);
|
const publicUrl = publicPath.slice(0, -1);
|
||||||
const shouldUseSourceMap = process.env.GENERATE_SOURCEMAP !== "false";
|
const shouldUseSourceMap = process.env.GENERATE_SOURCEMAP !== "false";
|
||||||
const env = getClientEnvironment(publicPath);
|
const env = getClientEnvironment(publicPath);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue