Skip to content

Commit 69b1a23

Browse files
Update ionic core to beta 11 (#33)
1 parent df6743e commit 69b1a23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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",

src/ionic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import '@ionic/core/css/ionic.bundle.css'
22
import 'ionicons/dist/collection/icon/icon.css'
33
import '@ionic/core/dist/ionic/svg'
4-
import { defineCustomElements } from '@ionic/core/dist/esm'
4+
import { defineCustomElements } from '@ionic/core/loader'
55

66
export default {
77
init(opts = {}) {

0 commit comments

Comments
 (0)