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
Building with rollup yields the following warning:
(node:29028) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at \node_modules\tsyringe\node_modules\tslib\package.json.
Update this package.json to use a subpath pattern like "./*".
Reproduce
Simply import tsyringe somewhere in a build using rollup. I would expect all bundlers to show a similar warning.
Description
Building with rollup yields the following warning:
(node:29028) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at \node_modules\tsyringe\node_modules\tslib\package.json.
Update this package.json to use a subpath pattern like "./*".
Reproduce
Simply import tsyringe somewhere in a build using rollup. I would expect all bundlers to show a similar warning.
tsconfig:
Expected
No warning on build
Version(s)
The text was updated successfully, but these errors were encountered: