mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-16 00:35:22 +00:00
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…
x
Reference in New Issue
Block a user