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

Why Does Copying Eval Change Its Behaviour?

According to the rollupjs documentation: Simply 'copying' eval provides you with a functio… Read more Why Does Copying Eval Change Its Behaviour?

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?