Difference between plugins and presets in .babelrc
tl;dr Presets are just a collection of plugins. You can include plugins individually in the plugins array, or collection of plugins in the presets array. If a plugin is part of a collection (preset), you don’t have to include it individually in plugins. The same goes for npm packages when you include them in package.json. … Read more