You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to extend Razzle to handle font awesome. Font awesome requires a ?v= as part of the path (as discussed here: facebook/create-react-app#295). Razzle appears to break in the same way discussed in that issue when trying to import font-awesome.css. It seems the fix is to add regex to the loader (facebook/create-react-app#298 (diff)).
Just for reference, I am working off of the with-typescript example project. Thanks.
The text was updated successfully, but these errors were encountered:
I am trying to extend Razzle to handle font awesome. Font awesome requires a ?v= as part of the path (as discussed here: facebook/create-react-app#295). Razzle appears to break in the same way discussed in that issue when trying to import font-awesome.css. It seems the fix is to add regex to the loader (facebook/create-react-app#298 (diff)).
Just for reference, I am working off of the with-typescript example project. Thanks.
The text was updated successfully, but these errors were encountered: