babel

코드를 JavaScript ES6/ES7 문법에서 ES5 문법으로 변환하는 변환기입니다. 더 많은 정보: https://babeljs.io/.

babel {{path/to/file}}

babel {{path/to/input_file}} --out-file {{path/to/output_file}}

babel {{path/to/input_file}} --watch

babel {{path/to/input_directory}}

babel {{path/to/input_directory}} --ignore {{ignored_files}}

babel {{path/to/input_file}} --minified

babel {{path/to/input_file}} --presets {{presets}}

babel --help