[SOLVED] Meteor 1.5 - bundle visualizer fails

Hello,

Just upgraded to Meteor 1.5 and added the bundle-visualizer.

Other than a grayed out screen, I get an error message in the client console:
bundle-visualizer:
Couldn’t load stats for visualization. Are you using standard-minifier-js >= 2.1.0 as the minifier?
@ bundle-visualizer.js:78

Searched my project for “minifier” and nothing came up. Not sure where the problem could be.

Someone any idea what could be wrong?

Dirk

1 Like

try meteor add standard-minifier-js or look inside your /.meteor/packages file to see if it’s listed. You may have removed it or replaced it with something else (I’ve heard this is a problem with certain frameworks or languages).

1 Like

Thanks @captainn, that did the trick!