Skip to content

Commit

Permalink
try to comment out resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
tongsonbarbs committed Mar 6, 2025
1 parent 00d9775 commit 94c7223
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packages/devextreme/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-env node */
const TerserPlugin = require('terser-webpack-plugin');
const path = require('path');

module.exports = {
mode: 'production',
Expand Down Expand Up @@ -32,15 +31,9 @@ module.exports = {
'devexpress-gantt': 'window.DevExpress.Gantt',
'luxon': 'window.luxon'
},
resolve: {
/* resolve: {
alias: {
// '@devextreme/vdom': require.resolve('@devextreme/vdom/dist/cjs/index.js'),
// '@devextreme/runtime/common': require.resolve('./js/__internal/core/r1/runtime/common/index.ts'),
'@devextreme/runtime/inferno': path.join(__dirname, '/js/__internal/core/r1/runtime/inferno/index.ts'),
// '@devextreme/runtime/declarations': require.resolve('./js/__internal/core/r1/runtime/declarations/index.ts'),
// '@devextreme/runtime/angular': require.resolve('./js/__internal/core/r1/runtime/angular/index.ts'),
// '@devextreme/runtime/vue': require.resolve('./js/__internal/core/r1/runtime/vue/index.ts'),
// '@devextreme/runtime/react': require.resolve('./js/__internal/core/r1/runtime/react/index.tsx')
}
},
}, */
};

0 comments on commit 94c7223

Please sign in to comment.