Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Adding third party library Oracle JET typescript

Zsolt HolmanMay 31 2021

It is confusing how to integrate external third party libs to an ojet 10.1.0 typescript app, based on
Developing Applications with Oracle JET (0 Bytes)and
Add a 3rd Party JavaScript Library to a JET Application | Soham Dasgupta (0 Bytes)bcs requirejs.config in "main.js" is said to be generated by file "path_mapping.json" and shoudln't be edited...
Imports in typescript version seems working, however, after "build" and "serve" receiving error message saying that libraries/resources are inaccessible:
"Failed to load resource: the server responded with a status of 404 (Not Found)"
Is there any typescript-specific setup method for third party libraries?

This post has been answered by Zsolt Holman on Jun 2 2021
Jump to Answer

Comments

Post Details

Added on May 31 2021
6 comments
862 views