You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using documentation JS v9.1.1 and babel 7 and webpack 4.25 (or rollup v1)
We use application chunking and for that token import() is a requirement.
Unfortunately, babel needs a module bundler or a synthax plugin in order to process that.
It seems that documentationjs will fail no matter what, so we can't document our webpack application code. Is there a way we can fix this? I haven't found any ticket to track this so I permitted myself to create this one.
Thanks in advance
The text was updated successfully, but these errors were encountered:
We are using documentation JS v9.1.1 and babel 7 and webpack 4.25 (or rollup v1)
We use application chunking and for that token
import()
is a requirement.Unfortunately, babel needs a module bundler or a synthax plugin in order to process that.
It seems that documentationjs will fail no matter what, so we can't document our webpack application code. Is there a way we can fix this? I haven't found any ticket to track this so I permitted myself to create this one.
Thanks in advance
The text was updated successfully, but these errors were encountered: