validate / support resolution of various common packages in node modules #429
Labels
alpha.5
breaking
CLI
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
help wanted
Extra attention is needed
P0
Critical issue that should get addressed ASAP
Plugins
Greenwood Plugins
RFC
Proposal and changes to workflows, architecture, APIs, etc
v0.10.0
Milestone
Type of Change
Summary
As part of #355 and #418 , with the refactor the resolution of node_modules to import maps and Rollup, we need to make sure we handle a good variety of packages installable via npm / yarn. Right now it's mostly just ESM based packages being validated (lit-html / lit-element).
Details
Basically what Snowpack is doing, so we should test things like
We should make PRs to test these and fix. I suspect most of the support will come from CJS based packages.
Maybe we can / should just incorporate Snowpack? 🤔
The text was updated successfully, but these errors were encountered: