Bianca

Results 3 comments of Bianca

I am having a similar issue with moment 2.19.1. I works in development, but when I run my build script there is a problem: ``` TypeError: countdown.apply is not a...

@icambron, looks like my build tool bundles `countdown.js` as a global module and I lose access to the `countdown` function because of a the `/*global window */` comment is incorrectly...

@justinbmeyer - are there any open actions blocking this from being merged?