-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
options is required for 3.4.0 #300
Comments
Thanks, this seems like a regression caused by #290 We'll get a fix out shortly |
Fixed in v3.4.1 |
2 years working with javascript and never knew the |
Passing null as options has never been supported. EDIT: Looks like |
Yes, we shouldn't cover this case - it's a user's responsibility to provide parameter with proper type. |
in the new 3.4.0,I found options of new BundleAnalyzerPlugin(options?: object) that it become required, otherwise it will get an error: Cannot use 'in' operator to search for 'analyzerPort' in undefined. if using the new BundleAnalyzerPlugin({}) in this way is successful.Is there a problem with 3.4.0?
The text was updated successfully, but these errors were encountered: