shama / webpack-stream

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

chunkFilename: '[name].js?v=[chunkhash]' doesn't work on webpack-stream v4 #164

Closed viperfx07 closed 6 years ago

viperfx07 commented 7 years ago

got an error saying that ENOENT: no such file or directory when having output: { chunkFilename: '[name].js?v=[chunkhash]' },

It's totally fine using v3.2.0

viperfx07 commented 6 years ago

fixed this in my fork https://github.com/viperfx07/webpack-stream/commit/a4949dcad4e6dc7333af37ed925e423aa737c9a9