mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-28 00:49:46 +03:00
Transform more
This commit is contained in:
parent
6d39b836cb
commit
00462b10ce
|
@ -3,4 +3,5 @@ module.exports = {
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
||||||
},
|
},
|
||||||
|
transformIgnorePatterns: ['node_modules/(?!.pnpm|react-base16-styling)'],
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,5 +8,5 @@ module.exports = {
|
||||||
'^.+\\.jsx?$': 'babel-jest',
|
'^.+\\.jsx?$': 'babel-jest',
|
||||||
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: ['node_modules/(?!.pnpm|nanoid)'],
|
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,6 +6,6 @@ module.exports = {
|
||||||
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: [
|
transformIgnorePatterns: [
|
||||||
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk)',
|
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|lodash-es)',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,5 +8,5 @@ module.exports = {
|
||||||
'^.+\\.jsx?$': 'babel-jest',
|
'^.+\\.jsx?$': 'babel-jest',
|
||||||
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: ['node_modules/(?!.pnpm|nanoid)'],
|
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,5 +8,5 @@ module.exports = {
|
||||||
'^.+\\.jsx?$': 'babel-jest',
|
'^.+\\.jsx?$': 'babel-jest',
|
||||||
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: ['node_modules/(?!.pnpm|nanoid)'],
|
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user