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

Update package.json to fix deprecation of "./" #1461

Closed
wants to merge 1 commit into from

Commits on Nov 17, 2020

  1. Update package.json to fix deprecation of "./"

    When executing 'ng build --prod' on Angular: 
    Generating browser application bundles (phase: building)...(node:1188) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at {{PROYECT_PATH}}\node_modules\css-loader\node_modules\postcss\package.json.
    Update this package.json to use a subpath pattern like "./*".
    (Use `node --trace-deprecation ...` to show where the warning was created)
    NeizanSenpai committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a25cd01 View commit details
    Browse the repository at this point in the history