mantrajs / mantra-sample-blog-app

A sample blog app built with Mantra
http://mantra-sample-blog-app.herokuapp.com/
MIT License
296 stars 104 forks source link

Can you rename jsx to js? #41

Closed rclai closed 8 years ago

rclai commented 8 years ago

I noticed you're using the react Babel preset. Shouldn't that allow you to do this or does it not work?

arunoda commented 8 years ago

We use .bablerc for testing only. (and all other babel stuff). For the actual app, Meteor is responsible to loading files. And that's why we need to have .jsx extension.

arunoda commented 8 years ago

Closing this, assuming it is answered.

rclai commented 8 years ago

We will eventually be able to do this.

https://github.com/meteor/meteor/issues/6151

arunoda commented 8 years ago

Okay. I'm reopening this as a reference.

sakulstra commented 8 years ago

https://github.com/meteor/meteor/issues/6152 seems to be fixed in the latest beta ;)

rclai commented 8 years ago

Yay!