feat(runtime-core): config.performance tracing support
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user