v2.12.0
- Fixed issue with rollup typescript project throwing error when accessing process env (#235)
- Added
include
config intsconfig.json
forlng create
command - Added support for getting
esEnv
fromsettings.json
file forlng dist
(#224) - Added support for transpiling
.mjs
files to ES5 with rollup - Fixed the issue related to Babel ignore is not possible to use in a
babel.config.json
(#177)