experimental: switch to preact

This commit is contained in:
David Ralph
2023-03-16 12:14:28 +00:00
parent fa5fd00de9
commit 46c52c3ef1
90 changed files with 287 additions and 347 deletions

View File

@@ -1,4 +1,9 @@
import { render } from 'react-dom';
/* eslint-disable import/first */
if (process.env.NODE_ENV==='development') {
import("preact/debug");
}
import { render } from 'preact';
import * as Sentry from '@sentry/react';
import App from './App';