Skip to content

AndersDJohnson/webpack-babel-env-deps

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2020
Feb 13, 2021
Aug 17, 2019
Aug 17, 2019
Aug 17, 2019
Jul 25, 2017
Jun 5, 2021
Aug 17, 2019
Aug 17, 2019
Aug 17, 2019
Dec 24, 2020
Mar 19, 2020
Jan 3, 2021
Jan 3, 2021
Jan 3, 2021
Dec 24, 2020
Jan 22, 2020
Aug 17, 2019
Jun 5, 2021

Repository files navigation

webpack-babel-env-deps

Find dependencies to transpile with Babel.

📖 Read the docs!

A webpack helper to find dependencies of your project that require transpilation with Babel (and @babel/preset-env) by comparing your minimum Node.js engine against theirs (engines in package.json), and/or by determining their minimum Node.js engine or published ES2015/ES6+ source (module/jsnext:main in package.json) to require features provided by plugins and polyfills from @babel/preset-env.