Skip to content

Commit af01277

Browse files
committed
Remove workaround
1 parent 56324ff commit af01277

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/shared-components/vitest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ export default defineConfig({
123123
},
124124
{
125125
extends: true,
126-
// as any is workaround for https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/150
127-
plugins: [nodePolyfills({ include: ["util"], globals: { global: false } }) as any],
126+
plugins: [nodePolyfills({ include: ["util"], globals: { global: false } })],
128127
test: {
129128
name: "unit",
130129
browser: {

0 commit comments

Comments
 (0)