Example from https://www.solidjs.com/guides/getting-started#buildless-options
You can use `import="./solid-component.js"` or `<template data-island> with <script type="module">`:
Hitting error "does not provide an export named 'Aliases'" when trying to use SSR with this current setup. See https://github.com/solidjs/solid/issues/1984