We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f008628 commit 60bedb5Copy full SHA for 60bedb5
core/src/utils/config.ts
@@ -201,7 +201,6 @@ export const setupConfig = (config: IonicConfig) => {
201
const win = window as any;
202
const Ionic = win.Ionic;
203
if (Ionic && Ionic.config && Ionic.config.constructor.name !== 'Object') {
204
- console.error('ionic config was already initialized');
205
return;
206
}
207
win.Ionic = win.Ionic || {};
0 commit comments