Closed ashsearle closed 7 years ago
Tiny tweak to separate variable declaration from initialisation and avoid a bug when minifying stretchy.js using babili.
stretchy.js
This is the root cause of mavo issue 191 which was running stretchy through babili to produce minified build.
(I've also logged the hoisting bug with babili)
Whoa. Thanks for looking into this, it must have taken ages to track this one down!!
Tiny tweak to separate variable declaration from initialisation and avoid a bug when minifying
stretchy.js
using babili.This is the root cause of mavo issue 191 which was running stretchy through babili to produce minified build.
(I've also logged the hoisting bug with babili)