When I open my project a .js
file, there comes this warning:
File watcher 'Babel' is available for this file. Description: 'Transpiles ECMAScript 6 code to ECMAScript 5'
there are two buttons: Add watcher
and Dismiss
.
if I click the Add watcher
:
I have two questions:
1) What's the meaning of File watcher 'Babel' is available for this file. Description: 'Transpiles ECMAScript 6 code to ECMAScript 5'
?
2)How to configure the watcher file?