-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Comments
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?" |
Feel free to submit a fix if you'd like, but it's not something I will be spending time on :) |
because your ^2.0.0 version is working fine |
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 :) |
webpackbar plugin is not working with this new approach.
const withTm = (transpileModules = []) => (nextConfig = {}) => {
compilation is working but bars are not working.
The text was updated successfully, but these errors were encountered: