add default plugins property to templates

This commit is contained in:
Iuri Matias 2017-01-06 20:58:45 -05:00
parent 4075490fee
commit 3facfb18a8
2 changed files with 4 additions and 2 deletions

View File

@ -6,5 +6,6 @@
"index.html": "app/index.html" "index.html": "app/index.html"
}, },
"buildDir": "dist/", "buildDir": "dist/",
"config": "config/" "config": "config/",
"plugins": []
} }

View File

@ -6,5 +6,6 @@
"index.html": "app/index.html" "index.html": "app/index.html"
}, },
"buildDir": "dist/", "buildDir": "dist/",
"config": "config/" "config": "config/",
"plugins": []
} }