Skip to content
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

Open
lalitmee opened this issue Feb 14, 2018 · 4 comments
Open

semantic-ui-react support #5

lalitmee opened this issue Feb 14, 2018 · 4 comments

Comments

@lalitmee
Copy link

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? 😇

@renato-rg
Copy link
Owner

@lalitmee Sure, feel free to submit a PR, it's a public repo after all.
🐈

@xerdink
Copy link

xerdink commented Feb 27, 2018

@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]",
                },
            },

@lalitmee
Copy link
Author

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.. 😃

@xerdink
Copy link

xerdink commented Feb 27, 2018

@lalitmee hahaha, sorry I did not read it carefully.. I thought it was your issue. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants