Skip to content

Commit

Permalink
fix: don't bundle formdata-node
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 15, 2022
1 parent 32b1a63 commit 3a9edb7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vite.config.ts
Expand Up @@ -2,11 +2,7 @@ import { defineConfig } from "vite";
import sdk from "vite-plugin-sdk";

export default defineConfig({
plugins: [
sdk({
internalDependencies: ["formdata-node"],
}),
],
plugins: [sdk()],
build: {
lib: {
entry: ["./src/index.ts", "./src/client/index.ts"],
Expand Down

0 comments on commit 3a9edb7

Please sign in to comment.