Skip to content

Commit 22ec970

Browse files
fix: wrong mapping in the custom bundler (T1277093) (DevExpress#29253)
1 parent 13b26a9 commit 22ec970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/build/npm-bin/bundler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const createConfig = function(outputFile, mode) {
2626
alias: {
2727
'devextreme': sourcesDir,
2828
'../../events/index': path.resolve(sourcesDir, 'cjs/events/index.js'),
29-
'../../common/core/events/utils/index': path.resolve(sourcesDir, 'cjs/common/core/events.js')
29+
'../../common/core/events/utils/index': path.resolve(sourcesDir, 'cjs/common/core/events/utils/index.js')
3030
},
3131
mainFields: ['main']
3232
};

0 commit comments

Comments
 (0)