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
This would be the first step to achieving #349. We should not have multiple @lwc/* package dependencies, but rather a top-level lwc dependency, and do our imports like this:
importcompilerfrom'lwc/compiler'
This requires converting from CommonJS to ESM.
The text was updated successfully, but these errors were encountered:
This would be the first step to achieving #349. We should not have multiple
@lwc/*
package dependencies, but rather a top-levellwc
dependency, and do our imports like this:This requires converting from CommonJS to ESM.
The text was updated successfully, but these errors were encountered: