File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function baseConfig() {
4040 external : [
4141 'vue' ,
4242 'vue-router' ,
43- '@ionic/core/dist/esm ' ,
43+ '@ionic/core/loader ' ,
4444 '@ionic/core/css/ionic.bundle.css' ,
4545 '@ionic/core/dist/ionic/svg' ,
4646 'ionicons/dist/collection/icon/icon.css' ,
Original file line number Diff line number Diff line change 6565 "vue" : " ^2.5.16" ,
6666 "vue-template-compiler" : " ^2.5.16" ,
6767 "vue-router" : " ^3.0.1" ,
68- "@ionic/core" : " 4.0.0-beta.8 "
68+ "@ionic/core" : " 4.0.0-beta.11 "
6969 },
7070 "jestSonar" : {
7171 "reportPath" : " reports" ,
Original file line number Diff line number Diff line change 11import '@ionic/core/css/ionic.bundle.css'
22import 'ionicons/dist/collection/icon/icon.css'
33import '@ionic/core/dist/ionic/svg'
4- import { defineCustomElements } from '@ionic/core/dist/esm '
4+ import { defineCustomElements } from '@ionic/core/loader '
55
66export default {
77 init ( opts = { } ) {
You can’t perform that action at this time.
0 commit comments