Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

blocks are skipped #162

Closed
kzc opened this issue May 19, 2017 · 2 comments
Closed

blocks are skipped #162

kzc opened this issue May 19, 2017 · 2 comments

Comments

@kzc
Copy link
Contributor

kzc commented May 19, 2017

$ bin/squash -v
Butternut version 0.4.6

$ echo 'foo(); { bar(); } baz();' | bin/squash
foo(),baz()

$ echo 'foo(); { bar(); } baz();' | node_modules/uglify-es/bin/uglifyjs -mc
foo(),bar(),baz();

Found while looking at the vue.js results:

vue.js (253 kB) without sourcemap:
  ✓ babili             :   104 kB /  37.3 kB in 7.8s
  ✓ butternut          :  90.4 kB /  33.2 kB in 582ms
  ✓ closure            :  96.4 kB /  36.1 kB in 9.3s
  ✓ uglify             :  95.3 kB /  35.5 kB in 1.1s
  ✓ uglify-mangle-only :   104 kB /  36.5 kB in 360ms
  ✓ uglify-es          :  95.3 kB /  35.5 kB in 1.4s
@nifgraup
Copy link

regressed in 67a7d47

nifgraup added a commit to nifgraup/butternut that referenced this issue Jul 14, 2017
regressed in 67a7d47, reinstate
required code
@kzc
Copy link
Contributor Author

kzc commented Aug 30, 2018

Closing issue as project doesn't appear to be maintained.

@kzc kzc closed this as completed Aug 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants