4 lines
139 B
React
4 lines
139 B
React
|
const path = require("path");
|
||
|
_webpack_public_path=path.join(__dirname,path.sep)
|
||
|
console.log("_webpack_public_path:",_webpack_public_path)
|