mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-30 01:16:24 +00:00
Update benchmarks dependencies
Remove styled-jsx as it now throws "_JSXStyle is not defined". Library isn't particularly fast and each update causes issues. Drop it.
This commit is contained in:
@@ -38,8 +38,7 @@ module.exports = {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
cacheDirectory: false,
|
||||
presets: [babelPreset],
|
||||
plugins: ['styled-jsx/babel']
|
||||
presets: [babelPreset]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user