Skip to content

Commit 00a47f2

Browse files
qf - add "vanilla" as a valid preset key
1 parent ccb0928 commit 00a47f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

editor/components/codeui-code-options-control/framework-options.ts

+3
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,14 @@ export const all_preset_options_map__prod = {
133133
react_with_styled_components: react_presets.react_with_styled_components,
134134
react_with_inline_css: react_presets.react_with_inline_css,
135135
react_with_css_module: react_presets.react_with_css_module,
136+
"react-native": reactnative_presets.reactnative_default,
137+
reactnative: reactnative_presets.reactnative_default,
136138
reactnative_default: reactnative_presets.reactnative_default,
137139
reactnative_with_styled_components:
138140
reactnative_presets.reactnative_with_styled_components,
139141
reactnative_with_inline_style:
140142
reactnative_presets.reactnative_with_inline_style,
143+
vanilla: vanilla_presets.vanilla_default,
141144
vanilla_default: vanilla_presets.vanilla_default,
142145
// react_with_css // NOT ON PRODUCTION
143146
};

0 commit comments

Comments
 (0)