remove SAGE_ENV; uses webpack -d/-p flags; add config file; subfolders in dist/

This commit is contained in:
Patrick Vézina
2016-03-15 10:47:02 -04:00
parent 82cd4c32f6
commit 7fa53e3e37
6 changed files with 81 additions and 41 deletions

10
config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"output": {
"path": "dist",
"publicPath": "/app/themes/sage/dist/"
},
"options": {
"extractStyles": true
},
"devUrl" : "http://example.dev"
}