From c2ad65d06cecd7fbcccd39c2179cac079d32aaef Mon Sep 17 00:00:00 2001 From: Peter Muessig Date: Sun, 10 Dec 2023 11:51:17 +0100 Subject: [PATCH] fix(ui5-tooling-modules): chunks are stored in module name folder (#922) To simplify the handling of chunks of npm packages, they are now stored in a folder with the name of the module. With this option a single `resourceroots` mapping is sufficient to delegate all requests to the npm package and its chunks to the proper location. This is especially useful for CDN scenarios when the npm package is not included. Example: CDN usage + `jspdf` ```html [...]