-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update to webpack 2 #71
Comments
Hey Rico, "devDependencies": {
"sri-stats-webpack-plugin": "github:sopherio/sri-stats-webpack-plugin"
} It's not optimal in the sense that you do not have the full control over the version but in this case this seems not too bad. If you are worried, you could even fork ours and be safe. |
@sechel thank you for the suggestion and I am actually already using this inside of my package.json :-)
As for opening this issue here, it looked to me that this is the repo behind the version on npm which is what folks would normally use (upstream?) and I thought it could be a good thing to combine the efforts and keep the package up to date on npm :-) |
You are right, it's always good to have it on npmjs.com. Thats where folks (and npm) search for things, and its even better since they decided to make organizations free :-) Big Up! |
@mikechau Any plans to support this? |
Hi @ajsharp, yeah I will look into it this weekend. Currently the test is failing on custom-stats-patch: mikechau/webpack-custom-stats-patch#49 (comment) and would like to resolve it before updating this package. |
Just a gentle ping to see if there has been (or is going to be) any movement on this. |
Hello,
I am currently using this plugin to output SRI information to a separate file. Sadly, the current version on npm does not support webpack 2.
However there is a fork over at @sopherio which contains changes from @sechel that seem to work for webpack 2. Could those be merged and released to npm?
Thank you very much in advance!
Best regards,
Rico
The text was updated successfully, but these errors were encountered: