unify API for @babel/register
, webpack
, Jest
etc. include/ignore and cache settings
#621
Labels
enhancement
New feature or request
performance
Performance of runtime analysis tools can be quite a nuisance.
Usually, we use
@babel/register
for instrumentation (and thus caching). However, we cannot use@babel/register
withJest
, so we need to add the corresponding settings toJest
's config instead.include
support forJest
Jest
CLI call in@babel/register
ENV
@babel/register/lib/node.js
'sconfigFile: false
configurableJest
, changebabel.config.js
to only add@dbux/babel-plugin
if not already added@dbux/cli/src/buildBabelOptions
to not add it insteadbabel.config.js
, s.t.@dbux/babel-plugin
is not added ifDBUX
is disabled@dbux/babel-plugin
a second time when read fromregister
moduleFilter
jest-runner/build/requireOrImportModule.js
etc.Jest
ProjectManager
:getCacheRoot
,getCacheFolder
Jest
javascript-algorithms
The text was updated successfully, but these errors were encountered: