Skip to content
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

Upgrade to Meteor 1.5.2 #74

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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