move assets found in node_modules/ to dist/vendor; simpler assets/config.json (#1697)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"context": "assets",
|
||||
"entry": {
|
||||
"main": [
|
||||
"./scripts/main.js",
|
||||
@@ -9,10 +8,6 @@
|
||||
"./scripts/customizer.js"
|
||||
]
|
||||
},
|
||||
"output": {
|
||||
"path": "dist",
|
||||
"publicPath": "/app/themes/sage/dist/"
|
||||
},
|
||||
"devUrl": "http://example.dev",
|
||||
"devPort": 3000
|
||||
"publicPath": "/app/themes/sage",
|
||||
"devUrl": "http://example.dev"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user