fix(web): use --import instead of --experimental-loader for Vercel compat
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
3
apps/web/css-stub-register.mjs
Normal file
3
apps/web/css-stub-register.mjs
Normal file
@@ -0,0 +1,3 @@
|
||||
import { register } from "node:module";
|
||||
import { pathToFileURL } from "node:url";
|
||||
register("./css-stub-loader.mjs", pathToFileURL("./"));
|
||||
Reference in New Issue
Block a user