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
pfe-tools' packageVersion esbuild plugin reads the package.json version and interpolates it into each component's source code. The problem is that this appears to happen before the npm version command which actually updates the package.json version.
👀 👉 see chat thread, this may only be an issue for docs
Impacted component(s)
all
Steps to reproduce
publish a package version
Expected behavior
el.constructor.version should match the package.json version
The text was updated successfully, but these errors were encountered:
Description of the issue
pfe-tools'
packageVersion
esbuild plugin reads the package.json version and interpolates it into each component's source code. The problem is that this appears to happen before thenpm version
command which actually updates the package.json version.👀 👉 see chat thread, this may only be an issue for docs
Impacted component(s)
Steps to reproduce
Expected behavior
el.constructor.version
should match the package.json versionThe text was updated successfully, but these errors were encountered: