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

webpackbar not working #65

Closed
ram3shyadav opened this issue Jan 31, 2020 · 4 comments
Closed

webpackbar not working #65

ram3shyadav opened this issue Jan 31, 2020 · 4 comments

Comments

@ram3shyadav
Copy link

webpackbar plugin is not working with this new approach.

const withTm = (transpileModules = []) => (nextConfig = {}) => {

compilation is working but bars are not working.

@martpie
Copy link
Owner

martpie commented Jan 31, 2020

how do you know it is related to this plugin? do you have a reproduction?

edit: my point is: "how do you know it is caused by this line of code in particular?"

@martpie
Copy link
Owner

martpie commented Feb 2, 2020

Feel free to submit a fix if you'd like, but it's not something I will be spending time on :)

@martpie martpie closed this as completed Feb 2, 2020
@ram3shyadav
Copy link
Author

because your ^2.0.0 version is working fine

@martpie
Copy link
Owner

martpie commented Feb 5, 2020

My point is a lot of changes were made between 2.x and 3.x, so the plugin instantiation might have nothing to do with this.

Following the two links above, I do not intend to fix this, as Webpackbar will slow your build and is unrecommended by Next.js maintainers.

If you manage to identify the exact issue, feel free to open a PR :)

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