• Jovi De Croock's avatar
    (chore) - remove closure-compiler (#1570) · 25e6c5bd
    Jovi De Croock authored
    * remove closure-compiler, the current rollup plugin isn't really maintained and we were seeing frequent issues with metro and bundles compiled by closure
    
    * add changeset
    
    * Update curvy-bobcats-fry.md
    
    * Remove hoist options from Terser
    
    * Remove version from ephemeral package.json
    
    * Remove babel-plugin-closure-elimination
    
    * Add transformation to clean up function expressions
    
    Buble/Babel (and transformers in general) like to transform
    arrow functions to function expressions on variable declarations.
    At the toplevel of modules we can clean this up by replacing them
    with function declarations, which leads to cleaner minifier output.
    
    * Expand function expression transformer to more safe cases
    Co-authored-by: 's avatarPhil Pluckthun <phil@kitten.sh>
    25e6c5bd
Name
Last commit
Last update
..
transform-debug-target.js Loading commit data...
transform-function-expressions.js Loading commit data...
transform-invariant-warning.js Loading commit data...
transform-pipe.js Loading commit data...