Skip to content

Commit de6a48b

Browse files
author
Ives van Hoorne
committed
Add TS to React info on homepage
1 parent 71db91f commit de6a48b

File tree

1 file changed

+1
-1
lines changed
  • packages/homepage/src/screens/home/Frameworks

1 file changed

+1
-1
lines changed

packages/homepage/src/screens/home/Frameworks/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const CSSTypes = styled.div`
193193

194194
const TEMPLATE_SUPPORT = {
195195
'create-react-app': {
196-
loaders: [js, html, cssGlobal, image],
196+
loaders: [js, ts, html, cssGlobal, image],
197197
css: ['Global'],
198198
},
199199
'vue-cli': {

0 commit comments

Comments
 (0)