montagejs / mop

Montage Optimizer (mop): Minifies (to reduce file size) and creates bundles (to reduce the number of requests) of Montage applications.
Other
31 stars 15 forks source link

Transpile JS code with babel #90

Open cdebost opened 5 years ago

cdebost commented 5 years ago

Run babel on every JS file as a part of the JS transformation process.

Loads a babel.config.js file in the app directory, or defaults to a config that uses the babel env preset (es2015+ -> es5).

Depends on #76