mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(vue): update rollup config (#17863)
This commit is contained in:
committed by
Mike Hartington
parent
c29f5a65b4
commit
c148d3125b
@@ -10,6 +10,7 @@ function outputConfig(suffix, format, opts = {}) {
|
||||
{
|
||||
file: resolve(`./dist/ionic-vue${suffix}.js`),
|
||||
name: 'IonicVue',
|
||||
exports: 'named',
|
||||
sourcemap: true,
|
||||
format,
|
||||
},
|
||||
@@ -36,10 +37,10 @@ function baseConfig() {
|
||||
'vue-router',
|
||||
'vue-class-component',
|
||||
'vue-property-decorator',
|
||||
'@ionic/core',
|
||||
'@ionic/core/loader',
|
||||
'@ionic/core/css/ionic.bundle.css',
|
||||
'@ionic/core/dist/ionic/svg',
|
||||
'ionicons/dist/collection/icon/icon.css',
|
||||
'ionicons',
|
||||
'ionicons/icons',
|
||||
],
|
||||
plugins: [
|
||||
vue(),
|
||||
|
||||
Reference in New Issue
Block a user