Skip to content

Commit

Permalink
fix: bundle change-case (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Apr 13, 2024
1 parent 3a9caa3 commit 269dc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { defineConfig } from "vite";
import sdk from "vite-plugin-sdk";

export default defineConfig({
plugins: [sdk()],
plugins: [sdk({ internalDependencies: ["change-case"] })],
});

0 comments on commit 269dc79

Please sign in to comment.