Skip to content

Commit b78206d

Browse files
committed
Remove 'transform-runtime' from webpack example
1 parent 69e0396 commit b78206d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const babelLoaderConfiguration = {
182182
// Babel configuration (or use .babelrc)
183183
// This aliases 'react-native' to 'react-native-web' and includes only
184184
// the modules needed by the app.
185-
plugins: ['react-native-web', 'transform-runtime'],
185+
plugins: ['react-native-web'],
186186
// The 'react-native' preset is recommended to match React Native's packager
187187
presets: ['react-native']
188188
}

0 commit comments

Comments
 (0)