mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(config): update stencil config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@ log.txt
|
||||
.sass-cache/
|
||||
.versions/
|
||||
coverage/
|
||||
collection/
|
||||
dist/
|
||||
node_modules/
|
||||
tmp/
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
exports.config = {
|
||||
namespace: 'ionic',
|
||||
src: 'src',
|
||||
dest: 'dist',
|
||||
collection: true,
|
||||
collectionDest: 'collection',
|
||||
namespace: 'Ionic',
|
||||
generateCollection: true,
|
||||
bundles: [
|
||||
{ components: ['ion-app', 'ion-content', 'ion-footer', 'ion-header', 'ion-navbar', 'ion-page', 'ion-title', 'ion-toolbar'] },
|
||||
{ components: ['ion-avatar', 'ion-badge', 'ion-thumbnail'] },
|
||||
|
||||
Reference in New Issue
Block a user