Wrote a comment there. But it may be to late. There’s not much sense to support webpack 2 as much as I can see.
_
Andy Wermke
@andywer
Yeah, probably
Thx for your efforts 😊
Artem Sapegin
@sapegin
They’ve answered. And it means we don’t support webpack 3 ;-|
Andy Wermke
@andywer
Yeah, I saw it. Well, then let's rather have two major versions of extract-text, one for webpack v2 and one for v3 and ship the v3-compatible version with the unscoped webpack-blocks package
Artem Sapegin
@sapegin
Sounds good!
Artem Sapegin
@sapegin
How can I help with that?
Artem Sapegin
@sapegin
Here it is: andywer/webpack-blocks#225
Work in progress, need some feedback ;-)
Anyone have any feedback for this PR by @vlad-zhukov? Looks good to me. andywer/webpack-blocks#224
Vlad Zhukov
@vlad-zhukov
If no one has any objections against this approach I am going to fix tests and update docs tomorrow
Andy Wermke
@andywer
commented on @vlad-zhukov's PR
@sapegin
We need to make sure we have a version of extractText block that works in webpack 2. Shouldn't it be "that works in webpack 3"?
(see PR)
Artem Sapegin
@sapegin
Shouldn't it be "that works in webpack 3"?
I mean the older version that would still work with webpack 2.
Andy Wermke
@andywer
Ahh. Maybe you can edit the PR description a little bit to make that more clear? =)
Artem Sapegin
@sapegin
Done. I also don’t understand why CI is failing.
Andy Wermke
@andywer
Just ran into timeouts...
Artem Sapegin
@sapegin
Any feedback on this PR? andywer/webpack-blocks#225
Andy Wermke
@andywer
Left some feedback =)
Andy Wermke
@andywer
are we ready to release v1.0 RC?
we might need the extract-text update, the other open PRs shouldn't be critical
Jan van Brügge
@jvanbruegge
yeah, extract-text should be merged
if you run a config with 1.0 it should not print deprecation warnings :)
Andy Wermke
@andywer
true, but under which (non-beta) version number do we publish the current block that works with webpack 2?
Jan van Brügge
@jvanbruegge
I think we can tie it to the webpack version. The sole reason why extract-text might become breaking is a webpack API change (aka webpack major version), isn't it?