Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rollupjs

Creating A Standalone Web Component Build Using As An Iife

I have create a web component for displaying gists generally in any html content. I used the Lit El… Read more Creating A Standalone Web Component Build Using As An Iife

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?