Skip to content

Commit

Permalink
Update rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 15, 2024
1 parent 8c0a44d commit 4276763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/js-sdk/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import json from "@rollup/plugin-json";
import { nodeResolve } from "@rollup/plugin-node-resolve";
import terser from "@rollup/plugin-terser";
import typescript from "@rollup/plugin-typescript";
import { resolveExtensions } from "@xmtp/rollup-plugin-resolve-extensions";
Expand Down Expand Up @@ -35,6 +36,9 @@ const plugins = [
json({
preferConst: true,
}),
nodeResolve({
resolveOnly: ["@xmtp/encryption"],
}),
];

export default defineConfig([
Expand Down

0 comments on commit 4276763

Please sign in to comment.