diff --git a/.gitignore b/.gitignore index aa9b8e81f6..a6603e31cd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/core/stencil.config.js b/core/stencil.config.js index f2442d034a..814af79bbf 100644 --- a/core/stencil.config.js +++ b/core/stencil.config.js @@ -39,6 +39,10 @@ exports.config = { outputTargets: [ { type: 'dist' + }, + { + type: 'stats', + file: 'stats.json' } ], copy: [{ src: '**/*.scss' }],