Meteor + Webpack: ES6 modules, hot-code-patching, fixes load order & more

Until Meteor 1.3 you will need to use a webpack.package.json like this.

@vjau will you talk more about what MDG has done in this space to help me understand?

Done :slight_smile: You can update to webpack 0.4.0.

When a package export something like: ReactRouterSSR, it will be available through:

import ReactRouterSSR from 'ReactRouterSSR';
// or
import ReactRouterSSR from 'react-router-ssr';
3 Likes

Love it, great work!