-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ui5-tooling-modules] Third party library added to Fiori UI application is failing to load #927
Comments
longieirl
changed the title
Third party library added to Fiori UI application is failing to load
[ui5-tooling-modules] Third party library added to Fiori UI application is failing to load
Dec 15, 2023
Hi @longieirl , since the version upgrade of the 3rd party dependencies from rollup, there are some issue how the 3rd party models are exported. I hope I find a solution soon... |
petermuessig
added a commit
that referenced
this issue
Dec 19, 2023
The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages. In addition, this fix also allows to add polyfill overrides in the current working directory. Fixes #927
Related to #915 |
petermuessig
added a commit
that referenced
this issue
Dec 25, 2023
The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages. In addition, this fix also allows to add polyfill overrides in the current working directory. Fixes #927
petermuessig
added a commit
that referenced
this issue
Dec 25, 2023
The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages. In addition, this fix also allows to add polyfill overrides in the current working directory. Fixes #927 Fixes #915
petermuessig
added a commit
that referenced
this issue
Dec 25, 2023
The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages. In addition, this fix also allows to add polyfill overrides in the current working directory. Fixes #927 Fixes #915
petermuessig
added a commit
that referenced
this issue
Dec 25, 2023
The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages. In addition, this fix also allows to add polyfill overrides in the current working directory. Fixes #927 Fixes #915
petermuessig
added a commit
that referenced
this issue
Dec 25, 2023
The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages. In addition, this fix also allows to add polyfill overrides in the current working directory. Fixes #927 Fixes #915
petermuessig
added a commit
that referenced
this issue
Dec 25, 2023
The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages. In addition, this fix also allows to add polyfill overrides in the current working directory. Fixes #927 Fixes #915
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Appending
ui5-tooling-modules
to an existing Fiori UI application fails to load the third party module. Downgrading to v3.2.4 works fine.To Reproduce
Down sample project in the following PR which has a hardcode dependency of version v3.2.4
SAP-samples/fiori-tools-samples#36
Project dependencies are listed as;
The project is a created as a Fiori UI Freestyle application. Using the following commands, the UI app fails to load
or
Expected behavior
Project is loaded and third party library is consumed.
Actual behavior
Console log is showing an exception and the UI app fails to load the third party module.
The following exception is thrown;
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: