Open cdebost opened 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).
babel.config.js
Depends on #76
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