You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiled output of the package includes require() statements, which are invalid in ES modules. There's no obvious good reason for this but it's probably related to the scattering of require() statements throughout the codebase, which aren't being transpiled correctly.
See dist/days.esm.js:74:
var moment = require('moment'); // an event duration describes how an event is displayed.
The text was updated successfully, but these errors were encountered:
The compiled output of the package includes
require()
statements, which are invalid in ES modules. There's no obvious good reason for this but it's probably related to the scattering ofrequire()
statements throughout the codebase, which aren't being transpiled correctly.See
dist/days.esm.js:74
:The text was updated successfully, but these errors were encountered: