Skip to content

Commit

Permalink
qf - add "vanilla" as a valid preset key
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Apr 28, 2022
1 parent ccb0928 commit 00a47f2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,14 @@ export const all_preset_options_map__prod = {
react_with_styled_components: react_presets.react_with_styled_components,
react_with_inline_css: react_presets.react_with_inline_css,
react_with_css_module: react_presets.react_with_css_module,
"react-native": reactnative_presets.reactnative_default,
reactnative: reactnative_presets.reactnative_default,
reactnative_default: reactnative_presets.reactnative_default,
reactnative_with_styled_components:
reactnative_presets.reactnative_with_styled_components,
reactnative_with_inline_style:
reactnative_presets.reactnative_with_inline_style,
vanilla: vanilla_presets.vanilla_default,
vanilla_default: vanilla_presets.vanilla_default,
// react_with_css // NOT ON PRODUCTION
};
Expand Down

1 comment on commit 00a47f2

@vercel
Copy link

@vercel vercel bot commented on 00a47f2 Apr 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.