mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
demo(universal): update universal demo
This commit is contained in:
@ -1,6 +1,16 @@
|
||||
exports.config = {
|
||||
dest: 'dist/core',
|
||||
namespace: 'IonicAngular',
|
||||
buildDir: 'dist',
|
||||
publicPath: '/dist',
|
||||
bundles: [
|
||||
{ components: ['ion-badge'] }
|
||||
],
|
||||
collections: [
|
||||
'@ionic/core'
|
||||
]
|
||||
{ name: '@ionic/core', includeBundledOnly: true }
|
||||
],
|
||||
preamble: '(C) Ionic http://ionicframework.com - MIT License'
|
||||
};
|
||||
|
||||
exports.devServer = {
|
||||
watchGlob: ['demos/**/*', '/dist/***/*', 'src/**/*.html']
|
||||
}
|
||||
|
Reference in New Issue
Block a user