Skip to content

Upgrade to Meteor 1.5.2#74

Open
benjamn wants to merge 2 commits intohammerlab:masterfrom
benjamn:upgrade-to-meteor-1.5.2
Open

Upgrade to Meteor 1.5.2#74
benjamn wants to merge 2 commits intohammerlab:masterfrom
benjamn:upgrade-to-meteor-1.5.2

Conversation

@benjamn
Copy link

@benjamn benjamn commented Sep 21, 2017

So many improvements and new features, but here's one fun thing you can do now:

cd spree/ui
meteor --production --extra-packages bundle-visualizer

In the browser, you can now see a complete breakdown of your JavaScript bundle:

screenshot 2017-09-20 20 07 58

Ben Newman added 2 commits March 29, 2017 12:30
Most notably, Meteor now has a full-featured module system of its own, so
meteorhacks:npm and packages/npm-container are no longer necessary, and
you can just use `import` and `export` syntax in your .js files.

For installing/manipulating node_modules and package.json, we recommend
using `meteor npm ...` as a replacement for `npm ...`, to make sure you're
using the same version of `npm` and `node` that Meteor is bundled with.

Note that I also took the liberty of upgrading React-related npm packages
to version ~15.x, which doesn't seem to have broken anything, but might be
worth double-checking in your own environment.
@ryan-williams
Copy link
Member

Very cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants