20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"entry": {
|
|
"main": [
|
|
"./scripts/main.js",
|
|
"./styles/main.scss"
|
|
],
|
|
"customizer": [
|
|
"./scripts/customizer.js"
|
|
]
|
|
},
|
|
"watch": [
|
|
"templates/**/*.php",
|
|
"src/**/*.php"
|
|
],
|
|
"publicPath": "/app/themes/sage",
|
|
"devUrl": "https://example.dev",
|
|
"proxyUrl": "https://localhost:3000",
|
|
"cacheBusting": "[name]_[hash:8]"
|
|
}
|