vite-plugin-react-swc
vite-plugin-react-swc copied to clipboard
Speed up your Vite dev server with SWC
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/vitejs/vite-plugin-react-swc). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/plugin-styled-components](https://swc.rs) | [`^1.5.115` -> `^2.0.1`](https://renovatebot.com/diffs/npm/@swc%2fplugin-styled-components/1.5.115/2.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/plugin-emotion](https://swc.rs) | [`^2.5.116` -> `^3.0.0`](https://renovatebot.com/diffs/npm/@swc%2fplugin-emotion/2.5.116/3.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme) ([source](https://togithub.com/emotion-js/emotion)) | [`^11.11.3` -> `^11.11.4`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.11.3/11.11.4) |...
### When it works If a class component is exported from a module that also exports a functional component. Sample: ```tsx import React from "react"; export class Bar1 extends React.Component...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.15.1` -> `9.0.6`](https://renovatebot.com/diffs/npm/pnpm/8.15.1/9.0.6) |...
## Description I am trying to use the `@swc/plugin-react-remove-properties` in my react app to remove the `data-testid` HTML attribute from our production code. However the plugin does not seem to...
This plugin is really good not only for a react project, but also for a project that only use `vitest` as a test runner and doesn't use react and/or front-end...
vite.config.js `import { defineConfig } from 'vite' import { resolve } from 'path'; import react from '@vitejs/plugin-react-swc' export default defineConfig({ define: { 'process.env': process.env }, plugins: [react()], build: { sourcemap:...