C:/Program Files/Git/react
This commit is contained in:
parent
feb7545725
commit
f7090eefbf
|
|
@ -17,7 +17,7 @@ const TerserWebpackPlugin = require('terser-webpack-plugin');
|
||||||
const paths = require("./paths");
|
const paths = require("./paths");
|
||||||
const getClientEnvironment = require("./env");
|
const getClientEnvironment = require("./env");
|
||||||
|
|
||||||
let publicPath = "/react/build/";
|
let publicPath = "/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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue