Unable to build AMD bundles with externals from npm thin packages #10751
Labels
bug
Something isn't working
forum
Issues from forum
large-account
Reported by large customer
OEM
OEM customer
Forum post
Most likely the problem is that Rollup fails while resolving existing Circular dependencies in our code and that causes
bryntum-grid-thin.js
includes@bryntum/core-thin
code inside and this finally shows the initial Runtime error withNeed to resolve all Circular dependencies and check if that helps.
The same would probably happen if we use rollup with Bryntum sources.
Reproduce
The very basic app with rollup is attached:
amd-build.zip
Result:
bryntum-grid-thin.js
includes@bryntum/core-thin
code instead of including it externally frombryntum-core-thin.js
The text was updated successfully, but these errors were encountered: