when stuff is imported from "intermix", rollup adds the whole framework including redux and its dependencies to the package which is 98k and about 50k minified. When I add the required modules manually from the unbundled files I get 6k and 2k minified.
when stuff is imported from "intermix", rollup adds the whole framework including redux and its dependencies to the package which is 98k and about 50k minified. When I add the required modules manually from the unbundled files I get 6k and 2k minified.