DEV Community

Discussion on: Announcing Meteor 1.10

Collapse
 
longyarnz profile image
Ayodele Olalekan

I noticed a slight change with meteor build performance in the latest version 1.10.1 after upgrading. The app rebuilds faster especially with --exclude-args but it loads slower on the browser. Simply clicking refresh on the browser while the app is fully loaded takes a couple of seconds (~10s). The browser displays a blank screen during this time, there are no files loaded and no requests on the network tab until after ~10s. The HTML, CSS and other media start to load after ~10s. Meanwhile, the app is fully loaded in the terminal and there are no activities going on.

Collapse
 
filipenevola profile image
Filipe Névola

As you said in Meteor Community Slack (join here if you want) the issue was related to the way you were importing material-ui/icons and not Meteor --exclude-archs ;)