-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D2M #1459
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1459 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 176 176
Lines 1737 1965 +228
Branches 394 497 +103
==========================================
+ Hits 1737 1965 +228
Continue to review full report at Codecov.
|
Hi @iamkun, before you merge
Unfortunately #1395 has a bug with rollup, and completely breaks the alois@me:~/Documents/dayjs$ npm run build
...
alois@me:~/Documents/dayjs$ node
Welcome to Node.js v12.19.1.
Type ".help" for more information.
> const dayjs = require(".");
undefined
> const utc = require("./plugin/utc");
undefined
> dayjs.extend(utc);
Uncaught TypeError: t is not a function
at Function.v.extend (/home/alois/Documents/dayjs/dayjs.min.js:1:6319)
> |
🎉 This PR is included in version 1.10.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.