mirror of
https://github.com/zoriya/flood.git
synced 2026-06-08 12:42:41 +00:00
Use webpack's require for flag images
This commit is contained in:
@@ -84,7 +84,7 @@ module.exports = {
|
||||
// Support React Native Web
|
||||
// https://www.smashingmagazine.com/2016/08/a-glimpse-into-the-future-with-react-native-for-web/
|
||||
'react-native': 'react-native-web',
|
||||
'universally-shared-code': path.resolve('./shared'),
|
||||
'universally-shared-code': path.resolve('./shared')
|
||||
},
|
||||
plugins: [
|
||||
// Prevents users from importing files from outside of src/ (or node_modules/).
|
||||
|
||||
Reference in New Issue
Block a user