Skip to content

Commit b8da27f

Browse files
fix: vue common re-export building leaves some subdirectories inacces… (DevExpress#29613)
1 parent 1154eaf commit b8da27f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

apps/demos/configs/Angular/config.bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const bundleConfig = {
3333
'devextreme/common/core/environment/*',
3434
'devextreme/common/core/events/*',
3535
'devextreme/common/core/localization/*',
36+
'devextreme/common/core/localization/globalize/*',
3637
'devextreme-angular',
3738
'devextreme-angular/*',
3839
'devextreme-angular/core/*',

apps/demos/configs/Vue/config.bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const bundleConfig = {
3333
'devextreme/common/core/environment/*',
3434
'devextreme/common/core/events/*',
3535
'devextreme/common/core/localization/*',
36+
'devextreme/common/core/localization/globalize/*',
3637
'devextreme-vue/*',
3738
'devextreme-vue/core/*',
3839
'devextreme-vue/common/*',

packages/devextreme-vue/gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ gulp.task(NPM_PREPARE_MODULES, (done) => {
107107
const packParamsForFolders = [
108108
['common'],
109109
['core', ['config', 'index']],
110+
['common/core'],
110111
['common/data'],
112+
['common/export'],
111113
];
112114
const modulesImportsFromIndex = fs.readFileSync(
113115
config.npm.dist + 'esm/index.js',

0 commit comments

Comments
 (0)