v1.1.0
First implementation of react-flagpack
based on the major change for flagpack-core
2.0.0
, which will make the package treeshakable. This will update react-flagpack
to version 1.1.0 🎉
Changes
react-flagpack
now uses a dynamic import. This results in only using the files needed within your project.- More information on the treeshaking implementation can be on the PR on flagpack-core and in the discussion.