You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repro Steps:
Type anything that should not get fully tersed away into the write or paste code here box. For instance with the default options you can use: console.log( 'Hello World' );
Expected:
Output from running terser.minify is shown in the output box.
Actual:
Nothing is shown.
I'll open a PR shortly to address this, but creating issue to track it.
The text was updated successfully, but these errors were encountered:
casieber
added a commit
to casieber/repl
that referenced
this issue
Aug 6, 2020
Repro Steps:
Type anything that should not get fully tersed away into the
write or paste code here
box. For instance with the default options you can use:console.log( 'Hello World' );
Expected:
Output from running
terser.minify
is shown in the output box.Actual:
Nothing is shown.
I'll open a PR shortly to address this, but creating issue to track it.
The text was updated successfully, but these errors were encountered: