Closed bahmutov closed 4 years ago
In https://github.com/bahmutov/react-loading-skeleton/blob/master/cypress/plugins/use-babelrc.js
we have to load same presets and plugins as the project's .babelrc already loads in https://github.com/bahmutov/react-loading-skeleton/blob/master/.babelrc
.babelrc
We need to figure out how to simply say "use .babelrc with babel-loader"
:tada: This issue has been resolved in version 5.2.0 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
In https://github.com/bahmutov/react-loading-skeleton/blob/master/cypress/plugins/use-babelrc.js
we have to load same presets and plugins as the project's
.babelrc
already loads in https://github.com/bahmutov/react-loading-skeleton/blob/master/.babelrcWe need to figure out how to simply say "use .babelrc with babel-loader"