perf: highly specific CDN downloads
This commit is contained in:
parent
cdeb06ccca
commit
438e3a5489
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ const appName = 'Scalable Shoe Shop'
|
|||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"react": "https://esm.sh/react@18.2.0",
|
||||
"react-dom": "https://esm.sh/react-dom@18.2.0",
|
||||
"solid-js": "https://esm.sh/solid-js@1.8.11"
|
||||
"react": "https://esm.sh/stable/react@18.2.0/es2022/react.mjs",
|
||||
"react-dom": "https://esm.sh/v135/react-dom@18.2.0/es2022/react-dom.mjs",
|
||||
"solid-js": "https://esm.sh/stable/solid-js@1.8.11/es2022/solid-js.mjs"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue