Skip to content
Snippets Groups Projects
Select Git revision
  • 6baa3cd74d40dd556aaee546b8117d7b7680b4da
  • main default protected
  • demo protected
  • master
  • icon-set-mapping
  • production protected
  • revert-62666d1a
  • favorites-and-recent-files
  • lit2
  • wc-part
  • mark-downloaded-files
  • feature/annotpdf-test
  • fix-zip-upload
  • config-cleanup
  • wip
  • app-shell-update
16 results

rollup.config.js

  • Reiter, Christoph's avatar
    6baa3cd7
    rollup: switch to the babel output plugin · 6baa3cd7
    Reiter, Christoph authored
    Instead of transforming the input we now transform the output. This
    has the downside that we can't share the helpers and duplicate them per chunk,
    but also makes sure we cover all code that ends up in the bundle.
    
    Also move terser aft er babel, so it gets minified last.
    6baa3cd7
    History
    rollup: switch to the babel output plugin
    Reiter, Christoph authored
    Instead of transforming the input we now transform the output. This
    has the downside that we can't share the helpers and duplicate them per chunk,
    but also makes sure we cover all code that ends up in the bundle.
    
    Also move terser aft er babel, so it gets minified last.