Open ai opened 8 years ago
@kenwheeler I can send a PR if you told me where autoprefixer-core
is used.
I believe thats coming from Radium. Going to try to bump the version and see if that fixes it.
Unless you want the PR. In which case, let me know and I'll merge it when it comes in.
This type of investigation is not a good start in project for me :).
Sorry for any inconvenience it caused you. It actually looks like you were the maintainer of autoprefixer-core? Oddly, I've used spectacle 3 times in the last two months and haven't hit this issue. When did you deprecate the package?
We deprecated it 6 month ago. https://www.npmjs.com/package/autoprefixer-core
I just cloned fresh and ran the project without a problem. Are you on npm2?
@kenwheeler open a autoprefixer-core
docs, it is deprecated ;).
Also we should remove dependency from project, if nobody know where it is used ;)
Ok, I suspect it had something to do with css-loader. I'll get this removed once I updated all the package versions and make sure its stable.
css-loader
uses PostCSS, but it has no Autoprefixer ;) https://github.com/webpack/css-loader/blob/master/package.json
Did it used to?
looks like pulling that dep out has no effect on the lib, so if you want to submit PRs to remove it, please do.
Do it yourself :)
Alright, you offered up above, so I didn't know if you wanted the credit for the find.
@kenwheeler are you going to work on that, or do you want me to have a look into it?
edit: had to use the GH reaction for the first time, and it's on my own post lol
autoprefixer-core
was renamed toautoprefixer
and old npm package was deprecated.I tried to make a PR, but I didn’t find how you use
autoprefixer-core
.