Niclas Thobaben
Niclas Thobaben
It seems like statically importing the locales in a base library does not work. What worked was to use `require('dayjs/locale/de')`, I guess because it is just a function call which...
same. But as the last commit is already 4 years old, I guess there won't be anything happening.
We do. However, we use some tools, like Jest, which rely on CommonJS. For Jest this is not a huge problem, as it support transformation of dependencies, before execution, but...
Sounds like a good idea to me. It should not break projects using the library though. So `-m message` should then be the same as `-m=message`. But what about `-m...