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/next-env.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bench/hot-module-reloading/css-stress-test/next-env.d.ts (limited to 'bench/hot-module-reloading/css-stress-test/next-env.d.ts') diff --git a/bench/hot-module-reloading/css-stress-test/next-env.d.ts b/bench/hot-module-reloading/css-stress-test/next-env.d.ts new file mode 100644 index 000000000..9bc3dd46b --- /dev/null +++ b/bench/hot-module-reloading/css-stress-test/next-env.d.ts @@ -0,0 +1,6 @@ +/// +/// +/// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information. -- cgit v1.2.3