Meteor Ecmascript Package

Once you have added the ecmascript package is it required that you use .jsx or will meteor respect. .js files automatically ?

The ecmascript package registers a compiler plugin that transpiles
ECMAScript 2015+ to ECMAScript 5 (standard JS) in all .js files.