Skip to content
New issue

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

Use of deprecated folder mapping #1370

Closed
richardbiros opened this issue Sep 14, 2021 · 1 comment
Closed

Use of deprecated folder mapping #1370

richardbiros opened this issue Sep 14, 2021 · 1 comment

Comments

@richardbiros
Copy link

richardbiros commented Sep 14, 2021

Bug report

When building my Angular app I get this error.

DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at .../node_modules/css-loader/node_modules/postcss/package.json.
Update this package.json to use a subpath pattern like "./*".

Actual Behavior

Throwing deprecated error

Expected Behavior

Not throwing deprecated error

How Do We Reproduce?

Using css-loader 5.0.1 which is using postcss version 8.1.4.. This error is fixed with using version 8.1.5
of postcss

@alexander-akait
Copy link
Member

Not related to webpack, please update postcss locally postcss/postcss#1455, can't be fixed here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants