How to install and use Babel.js and watchers in PhpStorm on Windows?

I use babel.js in my project:

<script src="<?php echo base_url() ?>assets/plugins/babel.js"></script>

but by adding type:text/babel, phpstorm shows error and highlights...

How can i solve this problem without using npm???

1
Avatar
Permanently deleted user
0

请先登录再写评论。