On Tue, 29 Jun 2021 23:54:30 +0530 Pirate Praveen
<prav...@onenetbeyond.org> wrote:
> I can confirm libjs-autosize from buster works fine with diaspora.
>
> Buster version has this,
>
> (function (global, factory) {
> if (typeof define === "function" && define.amd) {
> define(['module', 'exports'], factory);
>
> But bullseye version is missing definition for module,
>
> (function (global, factory) {
> if (typeof define === "function" && define.amd) {
> define(["exports"], factory);
Akshay,
Any ideas about this? Basically it is a behavior change from babel 6 to
babel 7 and we'd like to restore the babel 6 behavior.