feat(runtime-core): config.performance tracing support

This commit is contained in:
Evan You
2020-04-01 21:36:50 -04:00
parent a022b63605
commit e93e426bfa
5 changed files with 126 additions and 24 deletions

View File

@@ -18,7 +18,8 @@ module.exports = {
'packages/*/src/**/*.ts',
'!packages/runtime-test/src/utils/**',
'!packages/template-explorer/**',
'!packages/size-check/**'
'!packages/size-check/**',
'!packages/runtime-core/src/profiling.ts'
],
watchPathIgnorePatterns: ['/node_modules/', '/dist/', '/.git/'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],