Minor Changes
-
#397
15a44bbThanks @askoufis! - Replacefast-globdependency withtinyglobby, removing 6 transitive dependenciesBREAKING CHANGE:
While
tinyglobbyaims to mimicfast-glob's behaviour, not all behavior is guaranteed to be the same. ThetypescriptFilesproperty in your playroom config is the only property that is affected by this change. Please ensure any custom globs are functioning as expected. -
#392
dc14423Thanks @askoufis! - Enable embedded CSS formatting on saveCSS authored inside
styletags with ajsxattribute will now be formatted as CSS. This takes advantage of prettier's embedded language formatting capabilities.For example:
<style jsx> {` .foo { color: red; } `} </style>