Steps to reproduce:
- run
npm i -g devextreme@24.2
- run
devextreme-bundler-init
- run
devextreme-bundler
Expected results:
These commands should create a custom bundle without errors
Current results:
Commands #2 and #3 fail in v24.2
Additional information:
The issue occurs because installed devextreme@24.2
package misses the bin
section:
JSON"bin": {
"devextreme-bundler-init": "bin/bundler-init.js",
"devextreme-bundler": "bin/bundler.js"
}
Further the custom.config.js
file structure was changed and build process also fails
Upgrading 24.2 new version. But the devextreme-bundler-init does not found/work when following steps
https://js.devexpress.com/jQuery/Documentation/Guide/Common/Modularity/Create_a_Custom_Bundle/
Any suggestion?
Note: it only failed in 24.2. the version 24.1 still works fine
Thank you for the clarification.
We found the cause of the issue. This bundling tool stopped working due to changes in our repository structure. We will update this ticket once we manage to fix all our build tasks.
In the meantime, I recommend you keep using v24.1 if a custom bundler is required and/or reference
dx.all.js
to try the new features we shipped in v24.2.Thanks for your response.
after the problem is fixed, do we need to upgrade new version again or just need to generate/run the bundle commands only.
Yes, you'll need to install
devextreme@24.2
to build a bundle with the new versionDo you have an ETA for this issue?
Hello,
While we don't have a precise ETA yet, we are in the initial stages of addressing it. We will follow up with you once we have information to share.