mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +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/
|
.sass-cache/
|
||||||
.versions/
|
.versions/
|
||||||
coverage/
|
coverage/
|
||||||
|
collection/
|
||||||
dist/
|
dist/
|
||||||
node_modules/
|
node_modules/
|
||||||
tmp/
|
tmp/
|
||||||
|
|||||||
@ -1,9 +1,6 @@
|
|||||||
exports.config = {
|
exports.config = {
|
||||||
namespace: 'ionic',
|
namespace: 'Ionic',
|
||||||
src: 'src',
|
generateCollection: true,
|
||||||
dest: 'dist',
|
|
||||||
collection: true,
|
|
||||||
collectionDest: 'collection',
|
|
||||||
bundles: [
|
bundles: [
|
||||||
{ components: ['ion-app', 'ion-content', 'ion-footer', 'ion-header', 'ion-navbar', 'ion-page', 'ion-title', 'ion-toolbar'] },
|
{ components: ['ion-app', 'ion-content', 'ion-footer', 'ion-header', 'ion-navbar', 'ion-page', 'ion-title', 'ion-toolbar'] },
|
||||||
{ components: ['ion-avatar', 'ion-badge', 'ion-thumbnail'] },
|
{ components: ['ion-avatar', 'ion-badge', 'ion-thumbnail'] },
|
||||||
|
|||||||
Reference in New Issue
Block a user