chore(): @stencil/core 0.0.2-4

This commit is contained in:
Adam Bradley
2017-07-16 22:21:53 -05:00
parent ef0e9e78d3
commit ed570c1fbe
3 changed files with 810 additions and 39 deletions

View File

@ -1,9 +1,8 @@
exports.config = {
namespace: 'Ionic',
buildDest: 'dist',
staticBuildDir: '/dist',
buildDir: 'dist',
publicPath: '/dist',
generateCollection: true,
diagnosticsDest: 'demos/.dev-diagnostics.html',
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'] },