From 3facfb18a8f131f31ae4acd82dde7e0a8505e89f Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 6 Jan 2017 20:58:45 -0500 Subject: [PATCH] add default plugins property to templates --- boilerplate/embark.json | 3 ++- demo/embark.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/boilerplate/embark.json b/boilerplate/embark.json index fac6d3ec..dcee5f59 100644 --- a/boilerplate/embark.json +++ b/boilerplate/embark.json @@ -6,5 +6,6 @@ "index.html": "app/index.html" }, "buildDir": "dist/", - "config": "config/" + "config": "config/", + "plugins": [] } diff --git a/demo/embark.json b/demo/embark.json index fac6d3ec..dcee5f59 100644 --- a/demo/embark.json +++ b/demo/embark.json @@ -6,5 +6,6 @@ "index.html": "app/index.html" }, "buildDir": "dist/", - "config": "config/" + "config": "config/", + "plugins": [] }