Skip to content

Commit

Permalink
Merge pull request #30437 from storybookjs/shilman/fix-rnw-vite-docs
Browse files Browse the repository at this point in the history
RNW-Vite: Fix typos
  • Loading branch information
shilman authored Feb 1, 2025
2 parents 4751127 + d79d0cb commit dca5ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/get-started/frameworks/react-native-web-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ Storybook for React Native Web is a [framework](../../contribute/framework.mdx)
// these options are used to configure transpilation of node_modules via babel
// in most cases, you don't need to configure these options, but they are available if you need them
pluginBabelOptions: {
include: Array<string|RegExp> // default: [/node_modules\/(react-native|@react-native)/],
exclude: Array<string|RegExp> // default: undefined
include: Array<string|RegExp>, // default: [/node_modules\/(react-native|@react-native)/]
exclude: Array<string|RegExp>, // default: undefined
presets: Array<string|[string, any]>,
plugins: Array<string|[string, any]>,
presetReact?: {
Expand Down Expand Up @@ -187,7 +187,7 @@ Storybook for React Native Web is a [framework](../../contribute/framework.mdx)
},
},
},
};
},

// ... rest of config
}
Expand Down

0 comments on commit dca5ced

Please sign in to comment.