Skip to content

Commit 37b827b

Browse files
committed
fix: do not bundle react with es5 build, use it as external peer dependency instead
1 parent c26e52c commit 37b827b

File tree

3 files changed

+216
-4852
lines changed

3 files changed

+216
-4852
lines changed

__mocks__/react-easy-state.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
// use this to test the es6 modules build
12
export * from '../src'
3+
4+
// use to test the commonJS build
5+
// export * from '../dist/easyState'

0 commit comments

Comments
 (0)