Remove cjs output in @exile-watch/rollup-config
#1
Labels
splinters/rollup-config
@exile-watch/rollup-config
@exile-watch/rollup-config
#1
Caution
This can only be done once all packages that utilize rollup-config and crucible itself are properly tested (unit tests, e2e tests, maybe regression tests?)
User story
I would like receive a lower bundle size to save my bandwidth.
Whenever I visit exile.watch I have to download content.
Part of this content is coming from packages that are bundled with https://github.com/exile-watch/splinters/pkgs/npm/rollup-config.
Currently the output contains
.esm
and.cjs
format.exile.watch
does not support unmaintained browser versions or browsers that do not supportes modules
.Acceptance criteria
cjs
output that is defined here:sourcemap: true
from esm outputThe text was updated successfully, but these errors were encountered: