Questions tagged as 'babel'

0
answers

TestsNodejs - deprecation compilers in mocha and babel

I'm creating an api on the node and testing using mocha, chai and the transpiler and babel I've changed --compilers js:babel-core/register for --require babel-core/register As written in the mocha documentation link Well, I ch...
asked by 02.06.2018 / 09:22
0
answers

Is it possible to use Babel via CDN?

I'm doing a project (App in JS + Cordova ), and I ran into a problem using let , const , arrow function Android 6+ or IOS 10+) . So I wanted to know if it is possible to use Babel via CDN,...
asked by 09.08.2017 / 17:54
0
answers

How to run webpack + ReactJS without node.js on client-side?

Is it possible to run the webpack transpiler on the client side without installing and running it on a Node.js server? Currently I am trying to implement a SPA application using React 15.1.0 integrated with Babel-core 5.8.23. But my server-si...
asked by 24.07.2017 / 08:31
0
answers

Transpiling ES6 to ES5 using babel

I have a package.json file configured to grab all js files from a directory and merge them into a new file, doing transpiling to ES5. However, it is just creating a new file and unifying all the js files from the specified directory. It is not c...
asked by 16.09.2016 / 16:52