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 13b26a9 commit 22ec970Copy full SHA for 22ec970
packages/devextreme/build/npm-bin/bundler.js
@@ -26,7 +26,7 @@ const createConfig = function(outputFile, mode) {
26
alias: {
27
'devextreme': sourcesDir,
28
'../../events/index': path.resolve(sourcesDir, 'cjs/events/index.js'),
29
- '../../common/core/events/utils/index': path.resolve(sourcesDir, 'cjs/common/core/events.js')
+ '../../common/core/events/utils/index': path.resolve(sourcesDir, 'cjs/common/core/events/utils/index.js')
30
},
31
mainFields: ['main']
32
};
0 commit comments