shama / webpack-stream

:tropical_drink: Run webpack through a stream interface
MIT License
1.4k stars 123 forks source link

DEP_WEBPACK_TEMPLATE_PATH_PLUGIN_REPLACE_PATH_VARIABLES_HASH #240

Closed agragregra closed 3 years ago

agragregra commented 3 years ago

[DEP_WEBPACK_TEMPLATE_PATH_PLUGIN_REPLACE_PATH_VARIABLES_HASH] DeprecationWarning: [hash] is now [fullhash] (also consider using [chunkhash] or [contenthash], see documentation for details)

please change [hash] to [fullhash] in index.js

wyattzheng commented 3 years ago

same issue

shama commented 3 years ago

Fixed with https://github.com/shama/webpack-stream/commit/2ff8a4ff1e49c96543201c28ab613a8646fb99a8#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346L124 and then later no default output.filename is supplied to allow webpack to choose the output for this use case: https://github.com/shama/webpack-stream/pull/212