You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update build command and dependencies (#210)
* fix: update build command and dependencies
This commit updates the presets and plugins used in the build-helper
run script to use equivalent v7-packages from the @babel namespace.
* fix: update demo deps and config
Fixes#204
fix: set default handleMissingStyleName option (#129)
The default was not being set for non-namespaced styles. This caused
a bug where errors were not thrown for runtime style names, since the
options are not passed in if they are only the defaults.