commonjs
is now not settled to build typescript into fathtml
#773
bonkalol
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Компиляция typescript в commonjs раньше производилось по умолчанию для сборки в fahtml
После мержа и релиза версии с исправлениям для сборки ts с module ES20xx #772 это поведение отключено и теперь module берется из tsconfig. Новое поведение можно отключить. Для этого необходимо переопределить в config/default typescript поле и реализовать старый вариант (временно пока ваш проект не переедет на ES20xx)
Compiling typescript to commonjs used to be the default for building to fahtml
After merging and releasing a version with fixes for building ts with module ES20xx #772 this behavior is disabled and now module is taken from tsconfig. The new behavior can be disabled. To do this, you need to override the config / default typescript field and implement the old version (temporarily until your project moves to ES20xx)
Beta Was this translation helpful? Give feedback.
All reactions