Isomorphic Nano JSX example using Webpack, TypeScript and ESModules.
npm run build
npm run serve
--experimental-specifier-resolution=node
is needed, otherwise Node.js can't resolve"jsxImportSource": "nano-jsx/esm"
.resolve-typescript-plugin
is needed, otherwise Webpack can't resolve.js
files inside a.ts
file.