chore(stats): build core components stats.json

This commit is contained in:
Adam Bradley
2018-05-25 16:04:07 -05:00
parent 9559f5e42d
commit 442917d63a
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@@ -34,7 +34,7 @@ scripts/e2e/webpackEntryPoints.json
scripts/build/e2e-generated-tsconfig.json
*.css.ts
stencil-stats.json
stats.json
# demo stuff
demos/node_modules

View File

@@ -39,6 +39,10 @@ exports.config = {
outputTargets: [
{
type: 'dist'
},
{
type: 'stats',
file: 'stats.json'
}
],
copy: [{ src: '**/*.scss' }],