Is There Any Way To Preserve Directory Structure Of Bundles When Using Rollup With Code Splitting?
Context: Given a project structure like this: ┌ src ├─┬ a │ └── module.js ├─┬ b │ └── module.js └──…
Read more
Is There Any Way To Preserve Directory Structure Of Bundles When Using Rollup With Code Splitting?