Replies: 1 comment 2 replies
-
Hi, Thanks for the request. Adding out of the box support for That plugin would get the traversed Babel AST as input and could look for this method call (similar to how dynamic imports are found). |
Beta Was this translation helpful? Give feedback.
-
Already commented to @tlouisse - would be great if providence-analytics could follow URL dynamic imports as well as node_modules & bower_components. For example, if you have undeclared dependencies which come from a CDN, something like this:
where
my.libs.import-lazy
exports something likereturn async (url) => await import(url);
.Not sure how easy this would be as
url
would generally be generated at runtime.Beta Was this translation helpful? Give feedback.
All reactions