Skip to content

Commit 6757344

Browse files
committed
Remove node polyfills from techstack provider
1 parent 25c128d commit 6757344

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provider/techstack/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
"dependencies": {
2626
"@opencodegraph/provider": "workspace:*",
27-
"vite-plugin-node-polyfills": "^0.19.0",
2827
"yaml": "^2.3.4"
2928
}
3029
}

provider/techstack/vite.config.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11

22
import { defineConfig } from 'vite'
3-
import { nodePolyfills } from 'vite-plugin-node-polyfills'
43

5-
6-
export default defineConfig({
7-
assetsInclude: [ '**/*.yml' ],
8-
plugins: [
9-
nodePolyfills({ include: ['path'] })
10-
]
11-
})
4+
export default defineConfig({ assetsInclude: [ '**/*.yml' ] })

0 commit comments

Comments
 (0)