Last active
December 10, 2018 02:22
-
-
Save haruelrovix/edd520f4bf4268e17ef56f40314080a5 to your computer and use it in GitHub Desktop.
RNW x RNE: url-loader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
test: /\.ttf$/, | |
loader: 'url-loader', | |
include: path.join(paths.appNodeModules, 'react-native-vector-icons'), | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment