nick's blog
  • Home
  • About
Sign in Subscribe

es2017

A collection of 2 posts
uglify

Transforming Async, Await JS and minifying using Uglify

Async and Await makes asynchronous code so much cleaner and nicer to work with. It is widely supported by all the latest versions of modern browsers, including Node v7.6+. See can i use [https://caniuse.com/#search=await] for browser support and node.green [http://node.green/#ES2017-features-async-functions] for
Aug 14, 2017 4 min read
babel

Reduce your JS payload when using polyfills in Babel

Are you importing the babel polyfill [https://babeljs.io/docs/usage/polyfill/] like... import 'babel-polyfill'; But only need the odd function like Object.values [https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_objects/Object/values] from ES2017? Then maybe you can reduce the size of your JS bundle
Sep 28, 2016 1 min read
Page 1 of 1
nick's blog © 2023
Powered by Ghost