We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I would like to report a small warning during the build phase, which can easily be removed.
4.0.2
no need for a link in this case [localhost/](http://localhost?msg=no need for a link in this case)
Node / Electron Build process
Build without warnings , just change this in the "package.json" file :
"exports": { ".": { "module": "./dist/vuex.esm-bundler.js", "require": "./dist/vuex.cjs.js", "import": "./dist/vuex.mjs" }, "./": "./" <----------------------- by "./*": "./*" },
[DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at package.json
Update this package.json to use a subpath pattern like "./*".
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Duplicate #2040
Sorry, something went wrong.
No branches or pull requests
Hello,
I would like to report a small warning during the build phase, which can easily be removed.
Version
4.0.2
Reproduction link
no need for a link in this case
[localhost/](http://localhost?msg=no need for a link in this case)
Steps to reproduce
Node / Electron Build process
What is expected?
Build without warnings
, just change this in the "package.json" file :
What is actually happening?
[DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at package.json
Update this package.json to use a subpath pattern like "./*".
Thanks in advance.
The text was updated successfully, but these errors were encountered: