mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-31 01:36:11 +00:00
Update 'benchmarks' dependencies
This commit is contained in:
@@ -23,7 +23,11 @@ module.exports = {
|
||||
'style-loader',
|
||||
{
|
||||
loader: 'css-loader',
|
||||
options: { modules: true, localIdentName: '[hash:base64:8]' }
|
||||
options: {
|
||||
modules: {
|
||||
localIdentName: '[hash:base64:8]'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user