We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1bee8 commit 2e21afdCopy full SHA for 2e21afd
1 file changed
packages/devextreme/testing/runner/lib/pages.ts
@@ -238,6 +238,12 @@ export function createPagesRenderer({
238
deps: ['jquery'],
239
exports: 'ko',
240
},
241
+ '/packages/devextreme/node_modules/zod/lib/*.js': {
242
+ format: 'cjs',
243
+ },
244
+ '/packages/devextreme/node_modules/zod-to-json-schema/dist/cjs/*.js': {
245
246
247
'*.js': {
248
babelOptions: {
249
es2015: false,
0 commit comments