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
If you want to squeeze a little bit more performance out of the serialization at the cost of readability in the generated code, you can pass `uglify:true` as an option.
435
-
Note that you have to manually install `uglify-es` in order for this to work. Only version 3 is supported.
436
-
Example:
437
-
438
-
Note that if you are using Node 8.3.0 or newer, there are no performance gains from using Uglify. See https://www.nearform.com/blog/node-js-is-getting-a-new-v8-with-turbofan/
0 commit comments