From d5abb34d8711ed99b4f6c4ed327fda1546cc04c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Tue, 23 May 2023 00:04:06 +0100 Subject: [PATCH] refactor: avoid bundling parakeet both in worker and main js --- src/App.tsx | 2 -- src/WasmTest.tsx | 38 -------------------------------------- vite.config.ts | 1 - 3 files changed, 41 deletions(-) delete mode 100644 src/WasmTest.tsx diff --git a/src/App.tsx b/src/App.tsx index 93aed70..cf4640d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,6 @@ import { SelectFile } from './SelectFile'; import { FileListing } from './features/file-listing/FileListing'; import { Footer } from './Footer'; -import { WasmTest } from './WasmTest'; function App() { return ( @@ -15,7 +14,6 @@ function App() { -