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
@PGrad just pinging you on here in case you've seen this before?
I've tried one fix that worked locally but not with Lighthouse CI.
Getting this warning after adding ReactRefreshWebpackPlugin.
Any ideas on this one?
I can work on it more later tomorrow.
https://github.com/waterthetrees/wtt_front/actions/runs/4738740736/jobs/8412915864?pr=652
Tried to fix by changing this:
return ifAnalyze(new SpeedMeasurePlugin().wrap({ ...config }), config);
to this:
return ifAnalyze(new SpeedMeasurePlugin().wrap(config), config);
wtt_front/webpack.config.js
Line 118 in d3edf11
per this suggestion: stephencookdev/speed-measure-webpack-plugin#171
Possibly related things to look at:
stephencookdev/speed-measure-webpack-plugin#164
Might try this:
or just this:
stephencookdev/speed-measure-webpack-plugin#174
The text was updated successfully, but these errors were encountered: