9 Commits

Author SHA1 Message Date
Daishi Kato
c4e2809b6d
chore(deps): update dev dependencies (#1789)
* chore(deps): update dev dependencies

* update node in csb config

* use node 18

* move to dev deps

* fix rollup error

* missing fix

* refactor for general case
2023-05-04 16:12:15 +09:00
Paul Pavlo Buidenkov
633c7dd7af
feat(middleware/devtools): Better redux devtools. One connection for all zustand stores (#1435)
* add example project for zustand devonly devtools with better rewind feature of redux devtools

* fix yarn install for demo

* remove lodash from demo

* adjust utils

* remove assets from demo project

* add codesandbox

* devtools for groups of stores

* remove command from .yml

* add tests

* cleanup

* Existing test cleanup

* Slight test cleanup; extract iife

* Slight cleanup

* Non-recursive S

* Remove initialState

Co-authored-by: Corin (CWStra) <cwstra@gmail.com>
2023-01-01 09:43:54 +09:00
Daishi Kato
e85bd2b899
fix(build): add downlevel-dts (#1005)
* fix(build): add downlevel-dts

* use node 14 for codesandbox ci

* use node 14 in github workflow
2022-06-14 22:47:25 +09:00
Reaper
720a740c9b
Package all files into a single dist folder (#537)
* refactor: change config to resolve to single folder

* trigger build

* ci: nextjs sandbox

* remove `module` field

* Update tsconfig.json

* revert missed out change for tsconfig from rollup
2021-08-17 20:42:16 +09:00
Reaper
87ea0c3a6c
fix(build): Improved ESM support for most used bundlers with fallbacks for older bundlers (#507)
* fix: separate cjs and esm

separates esm and cjs to different dist folders
forced types of the folder to support other rollup instances
the separation was made to support maximum bundlers , though
the milage may way vary based on the ESM implementation of your
bundler

* fix: type declarations

* ci: add more sanboxes

added sandboxes for snowpack and browserify to test the cjs and esm
split build

* fix: typo 🤦

* exp: move back to original but with mjs

* fix: change rollup for the same

* ci: add parcel bundler

* chore: eslint

* EXPERIMENTAL

* chore:size snapshot

* other: removed force type

* remove deprecated export path
2021-08-13 20:25:27 +09:00
Thomas Osmonson
77334ec851
build: use esbuild (#343) 2021-04-01 21:06:03 +09:00
daishi
a6417ce460 fix codesandbox ci 2020-08-29 11:16:32 +09:00
daishi
671d0a0ced fix codesandbox ci 2020-08-29 10:24:32 +09:00
daishi
0c060bb712 codesandbox ci 2020-08-29 10:18:54 +09:00