chore: remove polyfills

This commit is contained in:
Andrea 2024-02-08 08:48:35 +01:00
parent 99904db0a7
commit 10fe0add4a
No known key found for this signature in database
GPG Key ID: 4594610B9C8F91C5

View File

@ -3,27 +3,4 @@ import type { AppConfig } from "@remix-run/dev";
export default {
ignoredRouteFiles: ["**/.*"],
tailwind: true,
browserNodeBuiltinsPolyfill: {
modules: {
path: true,
fs: true,
vm: true,
util: true,
buffer: true,
string_decoder: true,
events: true,
os: true,
crypto: true,
http: true,
child_process: true,
https: true,
url: true,
net: true,
tls: true,
assert: true,
stream: true,
zlib: true,
punycode: true,
},
},
} satisfies AppConfig;