Remove default browser export

Fixes Angular issue
This commit is contained in:
Dolan Miu
2023-07-20 20:46:53 +01:00
parent 95f8e37006
commit 28d93b0c42
3 changed files with 3 additions and 6 deletions

View File

@ -9,7 +9,7 @@ export default defineConfig({
tsconfigPaths(),
dts(),
nodePolyfills({
exclude: ["fs"],
exclude: [],
globals: {
Buffer: false,
},