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: changed pattern "./" to "./*" #135

Merged
merged 2 commits into from Feb 8, 2022

Commits on Nov 17, 2020

  1. Update package.json: changed pattern "./" to "./*"

    On Angular when executes command 'ng build --prod': 
    - Generating browser application bundles...(node:16716) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at {{APP_PATH}}\node_modules\tslib\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
    Copy the full SHA
    6e25668 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Use both export map syntaxes to support older NodeJS

    Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
    rbuckton and ExE-Boss committed Feb 8, 2022
    Copy the full SHA
    3d5b50a View commit details
    Browse the repository at this point in the history