mantrajs / kickstart-mantrajs-webpack

Kickstart application with Mantrajs and meteor-webpack
45 stars 12 forks source link

METEOR@1.2.1? #2

Closed fallenpeace closed 8 years ago

fallenpeace commented 8 years ago

Why, is this project using METEOR 1.2.1? I thought mantra was supposed to be 1.3+ specific?

https://kadirahq.github.io/mantra/#sec-ES2015-Syntax-and-ES2015-Modules

tomitrescak commented 8 years ago

Nope. Mantra is only using 1.3 because it has "support" for es6 modules. This project uses webpack with full support of module and code splitting.

fallenpeace commented 8 years ago

ah okay that makes sense! Currently debating if I should use webpack, have you seen any examples of 1.3 webpack?

tomitrescak commented 8 years ago

This project is compatible with both. Just update your project to 1.3 and you are good to go. 1.3 is still in beta though, that is why 1.2.1 is used.

tomitrescak commented 8 years ago

I'll close this for now, ok? Reopen if necessary.