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() {
40
40
external : [
41
41
'vue' ,
42
42
'vue-router' ,
43
- '@ionic/core/dist/esm ' ,
43
+ '@ionic/core/loader ' ,
44
44
'@ionic/core/css/ionic.bundle.css' ,
45
45
'@ionic/core/dist/ionic/svg' ,
46
46
'ionicons/dist/collection/icon/icon.css' ,
Original file line number Diff line number Diff line change 65
65
"vue" : " ^2.5.16" ,
66
66
"vue-template-compiler" : " ^2.5.16" ,
67
67
"vue-router" : " ^3.0.1" ,
68
- "@ionic/core" : " 4.0.0-beta.8 "
68
+ "@ionic/core" : " 4.0.0-beta.11 "
69
69
},
70
70
"jestSonar" : {
71
71
"reportPath" : " reports" ,
Original file line number Diff line number Diff line change 1
1
import '@ionic/core/css/ionic.bundle.css'
2
2
import 'ionicons/dist/collection/icon/icon.css'
3
3
import '@ionic/core/dist/ionic/svg'
4
- import { defineCustomElements } from '@ionic/core/dist/esm '
4
+ import { defineCustomElements } from '@ionic/core/loader '
5
5
6
6
export default {
7
7
init ( opts = { } ) {
You can’t perform that action at this time.
0 commit comments