chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-09-11 10:53:49 +02:00
parent bb1924315e
commit 8f5b45c539
4 changed files with 10 additions and 6 deletions

View File

@ -1,6 +1,6 @@
import { defineCustomElements } from '@ionic/core/loader';
import { Config } from './providers/config';
// @ts-ignore
import { defineCustomElements } from '@ionic/core/dist/esm';
import { IonicWindow } from './types/interfaces';