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:
Alejandro Gutiérrez
2026-04-13 09:29:52 +01:00
parent 80a6b8b50f
commit a890a1d92e
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
import { register } from "node:module";
import { pathToFileURL } from "node:url";
register("./css-stub-loader.mjs", pathToFileURL("./"));