mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(stats): build core components stats.json
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -39,6 +39,10 @@ exports.config = {
|
||||
outputTargets: [
|
||||
{
|
||||
type: 'dist'
|
||||
},
|
||||
{
|
||||
type: 'stats',
|
||||
file: 'stats.json'
|
||||
}
|
||||
],
|
||||
copy: [{ src: '**/*.scss' }],
|
||||
|
||||
Reference in New Issue
Block a user