Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit 27eb869

Browse files
committed
update(build): add common plugins
1 parent af1dd11 commit 27eb869

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@
2424
"webpack": "1.12.6"
2525
},
2626
"cordovaPlugins": [
27-
"cordova-plugin-whitelist"
27+
"cordova-plugin-whitelist",
28+
"cordova-plugin-device",
29+
"cordova-plugin-console",
30+
"cordova-plugin-splashscreen",
31+
"cordova-plugin-statusbar",
32+
"ionic-plugin-keyboard"
2833
],
2934
"cordovaPlatforms": [
3035
"android",

0 commit comments

Comments
 (0)