Fix injection issues
This commit is contained in:
@@ -8,14 +8,13 @@
|
||||
"./scripts/customizer.js"
|
||||
]
|
||||
},
|
||||
"watch": [
|
||||
"templates/**/*.php",
|
||||
"src/**/*.php"
|
||||
],
|
||||
"publicPath": "/app/themes/sage",
|
||||
"devUrl": "http://example.dev",
|
||||
"proxyUrl": "http://localhost:3000",
|
||||
"cacheBusting": "[name]_[hash:8]",
|
||||
"watch": [
|
||||
"{src,templates}/**/*.php"
|
||||
],
|
||||
"browsers": [
|
||||
"last 2 versions",
|
||||
"android 4",
|
||||
|
||||
Reference in New Issue
Block a user