Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run npm deprecate on this package #114

Open
k2snowman69 opened this issue Jun 7, 2023 · 3 comments
Open

Run npm deprecate on this package #114

k2snowman69 opened this issue Jun 7, 2023 · 3 comments

Comments

@k2snowman69
Copy link

Just a suggestion but even your own readme does state this package is obsolete at this time. While it does seem the tail dropped off pretty hard in your weekly download stats, it might not be a bad idea to push it a bit further and run npm deprecate resolve-typescript-plugin "Use resolve.extensionAlias in webpack.config.js instead"

@djcsdy
Copy link
Member

djcsdy commented Jun 19, 2023

At the moment I'm still maintaining this for the benefit of people who use older versions of webpack. I'm not sure npm deprecate is the right thing to do for them.

@k2snowman69
Copy link
Author

As in for 4.x.x, if so that's almost 3 years old now isn't it? If it's for 5.x.x, hopefully most people would be able to bump their minor/patch versions without little issue? The message could be Update to [email protected] or later and use resolve.extensionAlias in webpack.config.js instead?

@djcsdy
Copy link
Member

djcsdy commented Jun 19, 2023

I have clients who are still on webpack 4 for one reason or another, and for that matter some of my own projects are still on webpack 4. In some cases it's a lot of work to migrate and not really worth it. Everyone involved knows they're behind the latest webpack release and doesn't really need an extra deprecation warning to push them off this library when it will be maintained for the foreseeable future.

I will maybe print a deprecation notice during the build for webpack 5 users though. It'd be good to get people doing things the right way where possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants