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
Install package with npm as a dependency -> check dist files of package in node_modules.
What is Expected?
All "internal" files to the package should logically be included when installing it.
What is actually happening?
The module @intlify/core/src/runtime does not seem to be included in the published package. The package simply seems to try loading files from outside the dist folder which isn't part of the published package. This is at least an issue when using Typescript.
The following snippet is from the types file of the published package. Note all the imports from the core/src folder.
vue & vue-i18n version
Steps to reproduce
Install package with npm as a dependency -> check dist files of package in node_modules.
What is Expected?
All "internal" files to the package should logically be included when installing it.
What is actually happening?
The module
@intlify/core/src/runtime
does not seem to be included in the published package. The package simply seems to try loading files from outside the dist folder which isn't part of the published package. This is at least an issue when using Typescript.The following snippet is from the types file of the published package. Note all the imports from the core/src folder.
The text was updated successfully, but these errors were encountered: