iamkun
iamkun
I'm not sure if there will be some side effects or not. I'll check the docs later.
e.g. in file `esm/locale/af.js`,`import dayjs from '../index'` means to import `root/esm/index.js`, should correct don't we?
> > e.g. in file `esm/locale/af.js`,`import dayjs from '../index'` means to import `root/esm/index.js`, should correct don't we? > > Yes, it’s just changing plugin directories. > I think locales folder...
> > seems we don't have to change the path here? > > Locale is ok, plug-ins generates a folder due to typings. Can you please detail it? Seems there's...
please fix the lint error
After testing the build, I found that the spread operator (...) introduces a lot of compatibility-related JavaScript code in the output, which increases the bundle size. Therefore, it might be...