Do not polyfill buffer
This commit is contained in:
@ -10,6 +10,9 @@ export default defineConfig({
|
||||
dts(),
|
||||
nodePolyfills({
|
||||
exclude: ["fs"],
|
||||
globals: {
|
||||
Buffer: false,
|
||||
},
|
||||
protocolImports: true,
|
||||
}),
|
||||
],
|
||||
|
Reference in New Issue
Block a user