update esm import

This commit is contained in:
Liam DeBeasi
2019-07-10 16:18:06 -04:00
parent bd734c05ae
commit fb4d0fc4d7
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<script type="module" src="../../../../../dist/ionic/ionic.esm.js"></script>
<script type="module">
import { Animation as IonicAnimation } from '../../../../dist/collection/utils/animation/animation.js';
import { createGesture } from '../../../../dist/ionic/index-a098653b.js';
import { createGesture } from '../../../../dist/esm/index-0303391f.js';
window.IonicAnimation = IonicAnimation;

View File

@@ -13,7 +13,6 @@
<script type="module" src="../../../../../dist/ionic/ionic.esm.js"></script>
<script type="module">
import { Animation as IonicAnimation } from '../../../../dist/collection/utils/animation/animation.js';
import { createGesture } from '../../../../dist/ionic/index-a098653b.js';
window.IonicAnimation = IonicAnimation;