xsrpm / curso-webpack

Proyecto de curso de webpack. Paso a paso añadiendo soporte a particularidades con webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-portfolio

Requerimientos

Es requerido agregar un archivo .env con la api de randomuser

  API=https://randomuser.me/api/

Fixing Uncaught ReferenceError: regeneratorRuntime is not defined

https://stackoverflow.com/questions/33527653/babel-6-regeneratorruntime-is-not-defined

If you're using babel 7, you need @babel/plugin-transform-runtime to use built-ins such as Promise, Set, Symbol etc as well use all the Babel features that require a polyfill seamlessly, without global pollution, making it extremely suitable for libraries.

https://babeljs.io/docs/en/babel-plugin-transform-runtime

npm install @babel/plugin-transform-runtime -D -E

About

Proyecto de curso de webpack. Paso a paso añadiendo soporte a particularidades con webpack

License:MIT License


Languages

Language:JavaScript 53.3%Language:CSS 43.1%Language:HTML 2.8%Language:Stylus 0.5%Language:Shell 0.3%