Skip to content

Commit

Permalink
build(script): update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 18, 2024
1 parent fe041ba commit 5590506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default {
sourcemap: true,
globals: {
mutative: 'Mutative',
zustand: 'Zustand',
react: 'React',
},
exports: 'named',
Expand All @@ -44,5 +45,5 @@ export default {
}),
terser(),
],
external: ['mutative', 'react'],
external: ['mutative', 'zustand', 'react'],
};

0 comments on commit 5590506

Please sign in to comment.