react-awesome-loaders
react-awesome-loaders copied to clipboard
updating dependencies and resolving babel conflicts
Fix: #22
Updated Node and Other dependencies with ncu
mix of Babel 6 and Babel 7 packages, which is causing the dependency conflict. Specifically, babel-preset-env
, babel-preset-react
, and babel-preset-stage-0
and @babel/preset-es2015
Replaced babel-preset-env
, babel-preset-react
, babel-preset-stage-0
, and @babel/preset-es2015
with their Babel 7 equivalents.
Updated Babel config file: babel.config.js