Patrick Miller
Patrick Miller
Files in the [`/assets` dir](https://vitejs.dev/config/build-options.html#build-assetsdir) get a [content hash from Vite/Rollup](https://github.com/vitejs/vite/blob/07d3fbd21e6b63a12997d201a2deb5b2f2129882/packages/vite/src/node/build.ts#L552) by default. Because they have a content hash, the deploy adapters can give these files a `Cache-Control` header of...
## Summary The adapter solid-start-cloudflare-workers pulls in "node" exports of dependencies by default. This makes sense for solid-js framework and possibly precompiled Solid Components in node_modules. However, for many other...
I tried this module out and got an error on some files names: ``` Unexpected token file: virtual:remix-routes:2:25 import RoutesApiMigration[name] from './src/routes/api/migration/[name].ts'; import RoutesApiDo-migrate from './src/routes/api/do-migrate.ts'; ``` Actually I am...
# Issue summary The stack traces for shopify API are a bit on the obtuse side, for example I just ran into this: - `@shopify/shopify-api` version: 6.0.2 - Node version:...
I was trying to use react-router, preact and preact-ssr-prepass together and ran into some issues. After eliminating an unrelated ESM/CJS error, I discovered that I was still running into issues...