vuepress / vuepress-plugin-blog

Official blog plugin for VuePress
https://vuepress-plugin-blog.billyyyyy3320.com/
MIT License
181 stars 63 forks source link

fix: error when requiring dayjs #94

Closed billyyyyy3320 closed 3 years ago

billyyyyy3320 commented 3 years ago

Summary

Fix vuepress/vuepress-theme-blog#114

When version of dayjs is around v1.8.4, there would be an error during requiring dayjs.

Root cause: webpack/webpack#4742 iamkun/dayjs#480 iamkun/dayjs#492

Changes: Bump dayjs to the latest version

What kind of change does this PR introduce? (check at least one)

If changing the UI of default theme, please provide the before/after screenshot:

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

You have tested in the following browsers: (Providing a detailed version will be better.)

If adding a new feature, the PR's description includes:

To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.

Other information: