cypress-io / cypress-webpack-preprocessor

Cypress preprocessor for bundling JavaScript via webpack
93 stars 22 forks source link

Figure out why .babelrc is not loaded automatically #77

Closed bahmutov closed 4 years ago

bahmutov commented 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

We need to figure out how to simply say "use .babelrc with babel-loader"

chrisbreiding commented 4 years ago

:tada: This issue has been resolved in version 5.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: