mirror of
https://github.com/gosticks/svgr.git
synced 2025-10-16 11:55:43 +00:00
The whole codebase has been rewritten to TypeScript. BREAKING CHANGE: template signature has changed
8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
module.exports = {
|
|
watchPathIgnorePatterns: ['__fixtures__', '__fixtures__build__'],
|
|
rootDir: 'packages',
|
|
transform: {
|
|
'^.+\\.(j|t)sx?$': 'babel-jest',
|
|
},
|
|
}
|