- plugin: tells babel how to transform code
- preset: a collection of plugins and config
this is so useful to help with understanding the javascript Abstract Syntax Tree, and trying out transformations: http://astexplorer.net/
this is so useful to help with understanding the javascript Abstract Syntax Tree, and trying out transformations: http://astexplorer.net/