From ae7b91efe2076254d66d608052f4729fd34b3546 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 7 Oct 2021 21:27:47 -0700 Subject: Add CSS HMR benchmark --- bench/hot-module-reloading/css-stress-test/pages/index.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bench/hot-module-reloading/css-stress-test/pages/index.tsx (limited to 'bench/hot-module-reloading/css-stress-test/pages/index.tsx') diff --git a/bench/hot-module-reloading/css-stress-test/pages/index.tsx b/bench/hot-module-reloading/css-stress-test/pages/index.tsx new file mode 100644 index 000000000..3ef84ffe5 --- /dev/null +++ b/bench/hot-module-reloading/css-stress-test/pages/index.tsx @@ -0,0 +1,12 @@ +import { Main } from "src/main"; +export function IndexPage() { + return ( +
+ ); +} + +export default IndexPage; -- cgit v1.2.3 alue='bun-crash-dump'>bun-crash-dump Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-18Add a way to specify an editor in bunfig.tomlGravatar Jarred Sumner 1-1/+13
2022-02-18Update base.zigGravatar Jarred Sumner 1-14/+194
2022-02-18[bun dev] Errors with file names can be opened in editor nowGravatar Jarred Sumner 6-17/+594
2022-02-18Update javascript.zigGravatar Jarred Sumner 1-0/+1
2022-02-18Use an `enum` for `Ref` instead of a buggy packed structGravatar Jarred Sumner 7-156/+161
2022-02-18Update bundler.zigGravatar Jarred Sumner 1-0/+2