RONEN
RONEN
SSolidJS
Created by RONEN on 6/7/2023 in #support
Cannot exclude an external package from server bundle file
It's probably worth mentioning that I am using typescript and there is a tsconfig.json file with the following configs:
{
"extends": "tsconfig/solid.json",
"compilerOptions": {
"types": ["solid-start/env"],
"baseUrl": "./",
"paths": {
"~/*": ["./src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "@supabase/supabase-js"]
}
{
"extends": "tsconfig/solid.json",
"compilerOptions": {
"types": ["solid-start/env"],
"baseUrl": "./",
"paths": {
"~/*": ["./src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "@supabase/supabase-js"]
}
2 replies