Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Feb 24, 2016
1 parent 99b1eb7 commit 933a009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a Meteor project skeleton where the client (in React) and server get built by Webpack. In dev mode,
webpack-dev-server is used with [react-transform](https://github.com/gaearon/babel-plugin-react-transform). There are a bunch of run and build scripts to make things more convenient.

Meteor's builtin ES2015 support doesn't allow you to `import`(/`require`), but **with this project you can use all ES2015/ES7 features supported by Babel/corejs/regenerator on the client and server today**, thanks to Webpack. There are even source maps on the server thanks to https://github.com/evanw/node-source-map-support!
Meteor's builtin ES2015 support doesn't allow you to `import`(/`require`), but **with this project you can use all ES2015/ES7 features supported by Babel/corejs/regenerator on the client and server today**, thanks to Webpack. ~~There are even source maps on the server thanks to https://github.com/evanw/node-source-map-support!~~ (better source map support will be reintegrated soon, or you can check out the `webpack-meteor-tools` branch!)

There is a port of the Meteor simple-todos tutorial to this stack on the `simple-todos` branch.

Expand Down

0 comments on commit 933a009

Please sign in to comment.