-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to modify webpack configuration? want to add custom font handling for react-web side #27
Comments
@SeanFelipe, definely we could (and sorry for the poor documentation we had)..
Addtional notes:
|
Okay great information. Thanks :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! I am looking to add some custom fonts. Native is working fine per this article https://medium.com/react-native-training/react-native-custom-fonts-ccc9aacf9e5e. However on the web side I'm struggling to get any sort of css loading to work at all.
I am looking to do this by adding a handler to webpack to handle font files. However the only webpack.config.js I'm seeing is in
./node_modules/react-universal-ui/dist/cli/local/tools
which seems to be for the CLI tool?Is it possible to add my own webpack configuration? Should I modify this one?
Thanks ~~ !
The text was updated successfully, but these errors were encountered: