File tree 1 file changed +3
-0
lines changed
editor/components/codeui-code-options-control
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,14 @@ export const all_preset_options_map__prod = {
133
133
react_with_styled_components : react_presets . react_with_styled_components ,
134
134
react_with_inline_css : react_presets . react_with_inline_css ,
135
135
react_with_css_module : react_presets . react_with_css_module ,
136
+ "react-native" : reactnative_presets . reactnative_default ,
137
+ reactnative : reactnative_presets . reactnative_default ,
136
138
reactnative_default : reactnative_presets . reactnative_default ,
137
139
reactnative_with_styled_components :
138
140
reactnative_presets . reactnative_with_styled_components ,
139
141
reactnative_with_inline_style :
140
142
reactnative_presets . reactnative_with_inline_style ,
143
+ vanilla : vanilla_presets . vanilla_default ,
141
144
vanilla_default : vanilla_presets . vanilla_default ,
142
145
// react_with_css // NOT ON PRODUCTION
143
146
} ;
You can’t perform that action at this time.
0 commit comments