-
Notifications
You must be signed in to change notification settings - Fork 52
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
semantic-ui-react support #5
Comments
@lalitmee Sure, feel free to submit a PR, it's a public repo after all. |
@lalitmee semantic-ui-css has font imports, therefore in webpack.config.js you need to enable file-loader for all type of fonts like this: {
test: /\.(ttf|eot|woff|woff2)$/,
loader: "file-loader",
options: {
name: "fonts/[name].[ext]",
},
}, |
Hey @orhaneee , thanx for rplying but I would like to tell you that yeah you are right and I have solved this issue earlier. I have created a pull request in this repo for that support.. 😃 |
@lalitmee hahaha, sorry I did not read it carefully.. I thought it was your issue. 👍 |
I would like to tell you that this webpack is having some problems in creating a bundle for semantic-ui-react and semantic-ui-css.
I solved it on my system by using this repo. I would like to create a pull request for that support. May I? 😇
The text was updated successfully, but these errors were encountered: