perf: indicate deps version so CDN don't have to resolve
This commit is contained in:
parent
a73c6b456f
commit
cdeb06ccca
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",
|
||||
"react-dom": "https://esm.sh/react-dom",
|
||||
"solid-js": "https://esm.sh/solid-js"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue