You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
Maybe this is a "bug", but given I'm using a pre-RC version of webpack 5, I didn't want to make it seem like something is wrong.
Is there a plan to update 'webpack/lib/ParserHelpers' to 'webpack/lib/javascript/JavascriptParserHelpers' to make this package compatible with Webpack 5?
Here, I have it forked, and I'm happy to make a PR against the package, but I didn't want to necessarily rush things if that was intended for the next major version.
@neenhouse I made a PR. I am not using this anymore and moved to webpack-dev-server, but I hope that someone looks into this further or at least admits that they aren't planning on supporting this package moving forward.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Proposal
Maybe this is a "bug", but given I'm using a pre-RC version of
webpack 5
, I didn't want to make it seem like something is wrong.Is there a plan to update
'webpack/lib/ParserHelpers'
to'webpack/lib/javascript/JavascriptParserHelpers'
to make this package compatible with Webpack 5?Here, I have it forked, and I'm happy to make a PR against the package, but I didn't want to necessarily rush things if that was intended for the next major version.
mvattuone@eb1465e
Feature Use Case
Again, this might not be in scope, but I am still using
webpack-serve
which uses this package. I do not directly include it.Perhaps I should instead use
webpack-dev-server
, but I wasn't clear on whether this package is used elsewhere and might need to updated regardless.The text was updated successfully, but these errors were encountered: