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 810b345 commit bad5168Copy full SHA for bad5168
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