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

fix(webpack): fix no such file or directory, open 'package-lock.json' #21835

Merged
merged 8 commits into from
Mar 6, 2024

Commits on Feb 15, 2024

  1. fix(webpack): fix HookWebpackError: ENOENT: no such file or directory…

    …, open 'package-lock.json'
    
    when adding `generatePackageJson: true` in webpack config nx js plugin try to read lock file from project directory and not workspace root.
    
    Closes nrwl#21651
    alonronin committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f09237e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    c2ed140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ced484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a863989 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    509d6b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19ea20e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f954ea2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    e949481 View commit details
    Browse the repository at this point in the history