Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit ec1d1db

Browse files
author
jbavari
committed
Reverting back to have old plugin IDs - will bump later
1 parent 7bbe213 commit ec1d1db

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lib/start.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ var IONIC_DASH = 'https://apps.ionic.io';
3030

3131
var DEFAULT_APP = {
3232
"plugins": [
33-
"cordova-plugin-device",
34-
"cordova-plugin-console",
35-
"cordova-plugin-whitelist",
36-
"cordova-plugin-splashscreen",
33+
"org.apache.cordova.device",
34+
"org.apache.cordova.console",
35+
// "cordova-plugin-device",
36+
// "cordova-plugin-console",
37+
// "cordova-plugin-whitelist",
38+
// "cordova-plugin-splashscreen",
3739
"com.ionic.keyboard"
3840
],
3941
"sass": false

0 commit comments

Comments
 (0)