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 70cf930 commit c7f053fCopy full SHA for c7f053f
package.json
@@ -37,7 +37,10 @@
37
"moduleNameMapper": {
38
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
39
"\\.(css|scss)$": "identity-obj-proxy"
40
- }
+ },
41
+ "modulePathIgnorePatterns": [
42
+ "<rootDir>/templates/"
43
+ ]
44
},
45
"devDependencies": {
46
"@babel/plugin-transform-runtime": "^7.9.0",
0 commit comments