create-react-app-swc
create-react-app-swc copied to clipboard
Use swc in your create-react-app for faster compilation, development and tests
Hi, I see your other plugin such as [craco-esbuild](https://github.com/pradel/create-react-app-esbuild/blob/main/packages/craco-esbuild/src/index.js) And craco-esbuild has 1 more settings such as optionalIncludes. I've extended this plugin so it's also contains this property
There was many error and hard things for setting. But I finally applied `craco-swc`. Build is successfully, but build time is same with the before. Is this builded with SWC...
npm version: 8.13.2 Node version: v16.15.1 What i've done: ``` npx create-react-app . --template typescript npm install --save-dev craco-swc @craco/craco ``` What i've got: ``` npm WARN config global `--global`,...
Hi, i have this issue: ``` Failed to compile. ./src/index.tsx TypeError: this.getOptions is not a function ``` craco-swc version: ^0.5.1 typescript version: ~4.0.8 react version: ^16.14.0 react-app-rewired ^2.1.8 Os: windows...
Hi, Is there a way to install this package with Craco version 7.0.0-alpha.3? Ty