demo(universal): update universal demo

This commit is contained in:
Adam Bradley
2017-07-17 11:22:19 -05:00
parent ec6f20aea5
commit 869a6edfd5
2 changed files with 19 additions and 7 deletions

View File

@ -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']
}