preset-env-modules
preset-env-modules copied to clipboard
Demonstrate Babel Preset Env with ESModules Support.
Demonstrate @babel/preset-env with ESModules targetting
With the release of Babel 7 one can now specifically target devices supporting ESModules.
This can greatly reduce the amount of JavaScript sent to modern devices with minimal effort.
This example shows how one can apply the technique.
Installation
- Clone this repo.
-
yarn
to install dependencies. -
yarn start
to startup a localhost:3000 server with a sample page.
Good luck, and let's send users less JavaScript!