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: should not fail when output directory is the root directory #10545

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 12, 2020

  1. fix: also check for "EISDIR" in mkdirp

    Fixes webpack#10544.
    
    Though the `EISDIR` error code is not mentioned in the POSIX standard,
    FreeBSD and memfs both throws this error when trying to run `mkdir` on
    `/`. So essentially we should treat it the same as `EEXIST`.
    
    References:
    * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=59739
    * streamich/memfs#326
    sodatea committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    32d1bdf View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

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

Commits on Jul 14, 2020

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

Commits on Jul 20, 2020

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

Commits on Jul 21, 2020

  1. fix: typo

    sodatea committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a994d0b View commit details
    Browse the repository at this point in the history