-
Notifications
You must be signed in to change notification settings - Fork 360
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
Release a new package with webpack 5 fix to npm packages #81
Comments
It looks like the double semi-colon issue was fixed in the codebase but a new package hasn't been released yet. I pointed my dependency file (package.json) directly to build from the git-repo like this
But if you want to prevent your build from breaking changes to the trunk, you can fork the project and lock your dependency to a branch/tag. This is a viable short term fix |
Any word on when a new official package will get released? |
I can confirm that this fix solves #82 for me. "semantic-ui-css": "git+https://github.com/Semantic-Org/Semantic-UI-CSS.git" |
Would be nice if this was pushed out. It's making me serious rethink using Semantic UI if fixes like this don't get version pushes. |
exactly... I can't get the reason why they are not pushing it to npm. |
For my project I ended up cloning this repo then republishing it on npm. You guys can just do the same for now. I agree they should just release a new version considering how simple change it needs. |
We are having the same issue in our project, when is it planned to release to npm? |
Release a new package with webpack 5 fix to npm packages
The text was updated successfully, but these errors were encountered: