Is dukat ready for production environment? Looks t...
# javascript
i
Is dukat ready for production environment? Looks there're many problems on the output definitions. And... I don't know how to resolve them manually.
🚫 1
😞 1
t
Which declarations do you need?
i
Just like js-joda and Deno lib
I must edit every file manually and if I regenerate it for new deps, something which are shared will be overwrite...(like es2015 or dom.lib
t
Effective scheme: 1. Generate via dukat 2. Fix compilation 3. Add package (
jsjoda
for example) 4. Save in separate subproject Examples
👀 1
i
There is task
generateExternals
which produce externals for you into separate folder. It is explicit task, so it is not run during build. And you can copy resulta of this task to appropriate place
👀 1
i
But the generated definitely can't be compiled. If I use the task how do I fix the file?
Thank you for your reply.
v