22 lines
430 B
JSON
22 lines
430 B
JSON
{
|
|
"entry": {
|
|
"main": [
|
|
"./scripts/main.js",
|
|
"./styles/main.scss"
|
|
],
|
|
"customizer": [
|
|
"./scripts/customizer.js"
|
|
]
|
|
},
|
|
"publicPath": "/app/themes/sage",
|
|
"devUrl": "http://example.dev",
|
|
"proxyUrl": "http://localhost:3000",
|
|
"cacheBusting": "[name]_[hash:8]",
|
|
"watch": [
|
|
"app/**/*.php",
|
|
"config/**/*.php",
|
|
"resources/controllers/**/*.php",
|
|
"resources/views/**/*.php"
|
|
]
|
|
}
|