Skip to content
Commit 515171a6 authored by John Molakvoæ's avatar John Molakvoæ Committed by Daniel Calviño Sánchez
Browse files

Transpile also dependencies in node_modules



Some of the dependencies in node_modules, such as "p-queue", are not ES5
compatible, so they need to be transpiled to work in older browsers like
Internet Explorer 11.

Besides not excluding the dependencies for babel-loader in
"webpack.common.js" the global Babel configuration must be defined in
"babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the
dependencies in "node_modules" are ignored (even if whitelisted in the
configuration file itself).

Signed-off-by: default avatarJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
parent fd90af50
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment