remove SAGE_ENV; uses webpack -d/-p flags; add config file; subfolders in dist/
This commit is contained in:
10
config.json
Normal file
10
config.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"output": {
|
||||
"path": "dist",
|
||||
"publicPath": "/app/themes/sage/dist/"
|
||||
},
|
||||
"options": {
|
||||
"extractStyles": true
|
||||
},
|
||||
"devUrl" : "http://example.dev"
|
||||
}
|
||||
Reference in New Issue
Block a user