Skip to content

Commit

Permalink
Fix config for new devextreme-react version with cjs/esm bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Sep 13, 2023
1 parent 364c08f commit a5cff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSDemos/configs/React/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
window.exports = window.exports || {};
// TEST
window.config = {
transpiler: 'ts',
typescriptOptions: {
Expand Down Expand Up @@ -112,7 +113,6 @@ window.config = {
'luxon': 'npm:luxon/build/global/luxon.min.js',
'es6-object-assign': 'npm:es6-object-assign',

'devextreme--wip-test': 'npm:devextreme/cjs',
'devextreme': 'npm:devextreme/cjs',
'devextreme-react': 'npm:devextreme-react',
'jszip': 'npm:jszip/dist/jszip.min.js',
Expand Down

0 comments on commit a5cff6a

Please sign in to comment.