Questions tagged as 'babel'

1
answer

Error compiling jsx with Browserify ReactJS

Good morning, I am totally new in the world of ReactJS. I am trying to make a trial app and I find the following. These are my files: BtnLink.jsx: var BtnLink = new React.createClass({ render : function(){ return(...
asked by 04.01.2017 / 06:24
1
answer

Create service that runs npm start

Hello friends of the community. I have a project made node.js in react and express and I want to deploy it in a virtual machine with ubuntu 16.04 creating a service that runs npm start . On my pc I run the project with npm start which i...
asked by 08.11.2018 / 01:38
0
answers

Configuring Babel with target presets (browser support)

I just started getting a bit more into the babel setting when I had to start using babel-polyfill . Well, my doubt at first seems obvious but I can not find it in the docs. I have the following configuration, where I support t...
asked by 04.09.2018 / 17:13
0
answers

Problems with webpack

saludes structure a project with babel, sass and gulp at the time of packaging I receive this error . I'm on Ubuntu 18. node: v9.8.0 gulp-cli: 2.0.1 then I show the dependencies of the project "devDependencies": { "babel-cli":...
asked by 07.05.2018 / 22:03
2
answers

Uncaught (in promise) ReferenceError: dom is not defined, babel

import React from "react"; import ReactDOM from "react-dom"; export class V_admin extends React.Component { constructor() { super(); } render() { return ( <option> Hola mundo! <...
asked by 31.05.2017 / 22:56