mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
fix: remove uneeded expo os env
This commit is contained in:
parent
cb64e89b19
commit
d28b7becf7
@ -20,8 +20,6 @@ export function reactNativeWeb(): PluginOption {
|
||||
_WORKLET: false,
|
||||
__DEV__: `${env.mode === 'development'}`,
|
||||
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV || env.mode),
|
||||
// this is for the expo preset
|
||||
'process.env.EXPO_OS': JSON.stringify('web'),
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user