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 9e69437 commit 5bf41d2Copy full SHA for 5bf41d2
packages/cubejs-schema-compiler/package.json
@@ -113,7 +113,8 @@
113
],
114
"moduleNameMapper": {
115
"^axios$": "axios/dist/node/axios.cjs",
116
- "^uuid$": "<rootDir>/../../node_modules/uuid/dist/index.js"
+ "^uuid$": "<rootDir>/../../node_modules/uuid/dist/index.js",
117
+ "^yaml$": "<rootDir>/../../node_modules/yaml/dist/index.js"
118
},
119
"snapshotFormat": {
120
"escapeString": true,
0 commit comments