Use webpack's require for flag images

This commit is contained in:
John Furrow
2017-08-04 22:34:57 -07:00
parent fcd4e4f2ba
commit ca57db3fa7
202 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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/).