postcss / postcss-js

PostCSS for React Inline Styles, Free Style and other CSS-in-JS
MIT License
657 stars 25 forks source link

[DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at D:\XXX\XXX\node_modules\postcss-js\package.json. #68

Closed badaczewski closed 2 years ago

badaczewski commented 2 years ago

This error appears when I try to perform a Gatsby build, it come from this package.

ERROR 
(node:8744) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at D:\XXX\XXX\node_modules\postcss-js\package.json.
Update this package.json to use a subpath pattern like "./*".
(Use `node --trace-deprecation ...` to show where the warning was created)
badaczewski commented 2 years ago

Nevermind, I see your response.