Skip to content

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

License

Notifications You must be signed in to change notification settings

xsrpm/curso-webpack

 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 53.3%
  • CSS 43.1%
  • HTML 2.8%
  • Other 0.8%