We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d293b8 commit 827d8beCopy full SHA for 827d8be
config-overrides.js
@@ -58,7 +58,9 @@ module.exports = {
58
// By default jest does not transform anything in node_modules
59
// So this override excludes node_modules except @gravity-ui
60
// see https://github.com/timarney/react-app-rewired/issues/241
61
- config.transformIgnorePatterns = ['node_modules/(?!(@gravity-ui|@mjackson)/)'];
+ config.transformIgnorePatterns = [
62
+ 'node_modules/(?!(@gravity-ui|@mjackson|@standard-schema)/)',
63
+ ];
64
65
// Add .github directory to roots
66
config.roots = ['<rootDir>/src', '<rootDir>/.github'];
0 commit comments