* Set dynamically aboslute public path on 'npm run watch'; fix http/https hardcoded in watch.js * WEBPACK_PUBLIC_PATH fix
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"entry": {
|
|
"main": [
|
|
"./scripts/util/public-path.js",
|
|
"./scripts/main.js",
|
|
"./styles/main.scss"
|
|
],
|
|
"customizer": [
|
|
"./scripts/customizer.js"
|
|
]
|
|
},
|
|
"publicPath": "/app/themes/sage",
|
|
"devUrl": "http://example.dev"
|
|
}
|