IonicaBizau / ajs

:crystal_ball: Asynchronous templating in Node.js
MIT License
21 stars 6 forks source link

Fixes missing babel-runtime error with git-stats-html #24

Closed sgregson closed 6 years ago

sgregson commented 7 years ago

Fixes #23

From the initial issue, dependent project git-stats-html threw an error on /lib/index.js that was missing the babel-runtime. Research showed comparable issues stemming from a missing dependency. Kicking off this PR in case it's actually this simple.

IonicaBizau commented 6 years ago

Fixed in https://github.com/IonicaBizau/babel-it/pull/16

This had to do with the build process. Thanks!