Currently, using grigio:babel
, one has to end their JS files in either .es6
, .es6.js
, or .jsx
(default settings). In Meteor 1.2, will we still have to use these extensions, or can we just use .js
?
Side note: We’ll still have to add ES6 support via meteor add ecmascript
, correct?
(paging @sashko)