7 ms·
Went through this exact process last week. Did they really need to remove CommonsChunkPlugin? Feels like breaking stuff for a slightly nicer API. If this were R
by knackers 9y ago
Went through this exact process last week. Did they really need to remove CommonsChunkPlugin? Feels like breaking stuff for a slightly nicer API. If this were React we would've had a deprecation warning for a few versions.
- shakna 9y ago> If this were React we would've had a deprecation warning for a few versions. If this were React, you would have got docs with a release. Choosing to release before documentation is done, for a tool developers are supposed to use as a black box, which has a lot of strange configuration that is required, is a really strange choice for something with so many breaking changes.
- Zalastax 9y agoThey haven't released webpack 4 yet.
- Klathmon 9y agoYes they have, webpack 4.1.1 is the current version.
- shakna 9y agoThey have [0][1] ("beta" was dropped from the v4 releases at v4.0.0), and are actually in the process of updating the documentation [2]. It's just odd to do that after a release. [0] https://www.npmjs.com/package/webpack https://www.npmjs.com/package/webpack [1] https://github.com/webpack/webpack/releases https://github.com/webpack/webpack/releases [2] https://github.com/webpack/webpack.js.org/pull/1905 https://github.com/webpack/webpack.js.org/pull/1905
- Zalastax 9y agoWhoops, guess it's a good idea to check things before blurting something out. In that case I'm not sure what's best, to let newcomers in on the new goodies of v4 or to avoid confusing previous users.
- manigandham 9y agoIt was released 3 weeks ago: https://medium.com/webpack/webpack-4-released-today-6cdb994702d4 https://medium.com/webpack/webpack-4-released-today-6cdb9947...