mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
revert change that is not needed
This commit is contained in:
parent
ed69f8f98e
commit
2eb8a84493
2 changed files with 1 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
||||||
import Counter from './Counter.jsx';
|
import Counter from './Counter.jsx';
|
||||||
---
|
---
|
||||||
|
|
||||||
<Counter initialCount={5} client:idle />
|
<Counter initialCount={5} />
|
||||||
|
|
|
@ -60,7 +60,6 @@ function getViteConfiguration(
|
||||||
'react/jsx-runtime',
|
'react/jsx-runtime',
|
||||||
'react/jsx-dev-runtime',
|
'react/jsx-dev-runtime',
|
||||||
'react-dom',
|
'react-dom',
|
||||||
``,
|
|
||||||
],
|
],
|
||||||
exclude: [reactConfig.server],
|
exclude: [reactConfig.server],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue