assets/ -> resources/assets/
This commit is contained in:
23
resources/assets/config.json
Normal file
23
resources/assets/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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": [
|
||||
"{src,resources/views}/**/*.php"
|
||||
],
|
||||
"browsers": [
|
||||
"last 2 versions",
|
||||
"android 4",
|
||||
"opera 12"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user