craco-use-babelrc icon indicating copy to clipboard operation
craco-use-babelrc copied to clipboard

A craco plugin for using .babelrc in create-react-app 2

Results 6 craco-use-babelrc issues
Sort by recently updated
recently updated
newest added

In my `.babelrc` I've already included the `@babel/preset-env`, which according to the Babel's documentation, already supports optional chaining (See: https://babeljs.io/docs/en/babel-plugin-proposal-optional-chaining) But after using this, it looks like it broke the...

Doesn't look like this works with current craco/CRA versions.

This resolves prototype pollution in older versions of lodash (which craco depended on) see https://github.com/jackwilsdon/craco-use-babelrc/issues/2 ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Critical │ Prototype Pollution in lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash.mergewith...

I created a React app with create-react-app and Typescript and MDX. I used ``` npx create-react-app my-app --template typescript npm i @craco/craco npm i @jackwilsdon/craco-use-babelrc npm i @mdx-js/loader ``` Then...

I'm looking to load up `babel-plugin-relay` in my CRA app. This should be an additive plugin, not something that replaces the defaults. While I can add all the default entries...

I would like to use all ecmascript stage-2 proposals and up, since they are quite likely to be included in the actual spec. And there's a variety of other babel...