fix(cli): #1576 fix nested greenwood type imports from breaking the build#1634
fix(cli): #1576 fix nested greenwood type imports from breaking the build#1634thescientist13 wants to merge 1 commit intomasterfrom
type imports from breaking the build#1634Conversation
type imports
type importstype imports from breaking the build
thescientist13
left a comment
There was a problem hiding this comment.
This may not be something we can cleanly handle, especially if this invokes running / bundling of Greenwood CLI code - #1576 (comment)
thescientist13
left a comment
There was a problem hiding this comment.
I think if did want to try and solve this, I wondering if getting around the usage of URL here would bypass the issue entirely? 🤔 🤞
https://github.com/ProjectEvergreen/greenwood/blob/v0.34.0-alpha.2/packages/cli/src/lifecycles/bundle.js#L362
|
I think this will have to be a "documentation" fix, as even if we make this work, this is effectively enabling the bundling of Greenwood into userland code, which we definitely would not want for users. So instead, let's recommend how to avoid this hazard completely instead - ProjectEvergreen/www.greenwoodjs.dev#262 |
Related Issue
resolves #1576
Documentation
(if we can't figure this out)
ProjectEvergreen/www.greenwoodjs.dev#262
Summary of Changes
TODO