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 line is incorrect, in dist I found vue-i18n-extract.modern.mjs but now module is vue-i18n-extract.modern.js. It will get some questions when bundling it with rollup or vite.
when using rollup:
(!) Unresolved dependencies
https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
vue-i18n-extract (imported by "src/index.ts")
rollup can bundle success, but it will not bundle vue-i18n-extract to the building.
when using vite:
[commonjs--resolver] Failed to resolve entry for package "vue-i18n-extract". The package may have incorrect main/module/exports specified in its package.json.
error during build:
Error: Failed to resolve entry for package "vue-i18n-extract". The package may have incorrect main/module/exports specified in its package.json.
using vite bundle will throw an error and the build fails.
The text was updated successfully, but these errors were encountered:
vue-i18n-extract/package.json
Line 19 in f856484
This line is incorrect, in
dist
I foundvue-i18n-extract.modern.mjs
but nowmodule
isvue-i18n-extract.modern.js
. It will get some questions when bundling it withrollup
orvite
.when using
rollup
:rollup can bundle success, but it will not bundle vue-i18n-extract to the building.
when using
vite
:using vite bundle will throw an error and the build fails.
The text was updated successfully, but these errors were encountered: