diff options
| author | 2021-08-11 13:56:32 -0700 | |
|---|---|---|
| committer | 2021-08-11 13:56:32 -0700 | |
| commit | cfb549b7cef635e084a5566bbd92699a44ec0d1c (patch) | |
| tree | f22a2612530f78ad547c64ab094b4adfab0751b3 /demos/css-stress-test/src | |
| parent | 842bb9cba28e51172407523a4e8b624fde8d702e (diff) | |
| download | bun-cfb549b7cef635e084a5566bbd92699a44ec0d1c.tar.gz bun-cfb549b7cef635e084a5566bbd92699a44ec0d1c.tar.zst bun-cfb549b7cef635e084a5566bbd92699a44ec0d1c.zip | |
wip
Former-commit-id: e335f297c8ad57af82e74c405351a100524cd7e0
Diffstat (limited to 'demos/css-stress-test/src')
| -rw-r--r-- | demos/css-stress-test/src/index.tsx | 2 | ||||
| -rw-r--r-- | demos/css-stress-test/src/main.tsx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/demos/css-stress-test/src/index.tsx b/demos/css-stress-test/src/index.tsx index 00a6cbb88..4c288c3cc 100644 --- a/demos/css-stress-test/src/index.tsx +++ b/demos/css-stress-test/src/index.tsx @@ -7,7 +7,7 @@ const Base = ({}) => { typeof location !== "undefined" ? decodeURIComponent(location.search.substring(1)) : null; - return <Main productName={name || "Bundler"} />; + return <Main productName={name || "asdasdasdasdasdasd"} />; }; function startReact() { diff --git a/demos/css-stress-test/src/main.tsx b/demos/css-stress-test/src/main.tsx index 691efcf30..556f3d3b7 100644 --- a/demos/css-stress-test/src/main.tsx +++ b/demos/css-stress-test/src/main.tsx @@ -2,7 +2,7 @@ export const Main = ({ productName }) => { return ( <> <header> - <div className="Title">CSS HMR Stress Test</div> + <div className="Title">CSS HMR Stress Test!</div> <p className="Description"> This page visually tests how quickly a bundler can update CSS over Hot Module Reloading. @@ -55,10 +55,10 @@ export const Main = ({ productName }) => { <div className="Bundler-container"> <div className="Bundler">{productName}</div> <div className="Bundler-updateRate"> - Saving a css file every + {/* This should loose all the styles <span className="highlight"> <span className="interval"></span>ms - </span> + </span> */} </div> </div> </footer> |
