Skip to content

Instantly share code, notes, and snippets.

@nicooprat
Created April 11, 2018 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicooprat/81bd1f264871024b516d4b42f6dc9a13 to your computer and use it in GitHub Desktop.
Save nicooprat/81bd1f264871024b516d4b42f6dc9a13 to your computer and use it in GitHub Desktop.
{
"entry": {
"main": [
"./scripts/main.js",
"./styles/main.scss"
],
"ah": [
"./styles/ah.scss"
],
"re": [
"./styles/re.scss"
],
"portal": [
"./styles/portal.scss"
],
"customizer": [
"./scripts/customizer.js"
]
},
"watch": [
"templates/**/*.php",
"src/**/*.php"
],
"publicPath": "/wp-content/themes/test",
"devUrl": "http://test.dev",
"proxyUrl": "http://localhost:3000",
"cacheBusting": "[name]_[hash:8]",
"browsers": [
"last 2 versions",
"android 4",
"opera 12"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment