mirror of https://github.com/embarklabs/embark.git
add default plugins property to templates
This commit is contained in:
parent
4075490fee
commit
3facfb18a8
|
@ -6,5 +6,6 @@
|
||||||
"index.html": "app/index.html"
|
"index.html": "app/index.html"
|
||||||
},
|
},
|
||||||
"buildDir": "dist/",
|
"buildDir": "dist/",
|
||||||
"config": "config/"
|
"config": "config/",
|
||||||
|
"plugins": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
"index.html": "app/index.html"
|
"index.html": "app/index.html"
|
||||||
},
|
},
|
||||||
"buildDir": "dist/",
|
"buildDir": "dist/",
|
||||||
"config": "config/"
|
"config": "config/",
|
||||||
|
"plugins": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue