DeprecationWarning: [hash] is now [fullhash]
xavierfoucrier opened this issue · 4 comments
Thanks for maintaining this project!
I recently got this deprecation warning when running stylelint-webpack-plugin
in my webpack setup.
Here is part of the environment / dependencies I use:
node
16.15.0npm
8.10.0stylelint
14.8.5stylelint-webpack-plugin
3.3.0webpack
5.72.1webpack-cli
4.9.2
Thanks a lot for taking time to check on your side! ✌️
Hi @xavierfoucrier
Could you provide a repository?
I can't reproduce in a simple test
Hello @ricardogobbosouza,
Thanks for your time!
I will provide a test repository as soon as possible 😉
this is not related to stylelint plugin, this is webpack core deprecation warning. this is expected changing from v4 to v5..
Hello @ricardogobbosouza,
Unfortunately I can't reproduce myself, because since I post the issue I have updated/upgraded my dependencies.
I can just confirm that this is a webpack deprecation warning, rather than a stylelint deprecation warning... sorry!
@vankop I was already using webpack 5 when I posted.