Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete babel display name plugin, delete explicit deps on babel, use SWC in dev #1769

Merged
merged 2 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 0 additions & 118 deletions libs/babel-transform-react-display-name/index.js

This file was deleted.

211 changes: 0 additions & 211 deletions libs/babel-transform-react-display-name/index.spec.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions libs/util/classed.tsx → libs/util/classed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
*
* Copyright Oxide Computer Company
*/

/**
* Even though this file doesn't contain JSX we've changed it to a TSX file to
* avoid build failures with the `vite:react-babel` plugin.
*/
import cn from 'classnames'
import React, { forwardRef } from 'react'

Expand Down
Loading
Loading