webpack-contrib / webpack-bundle-analyzer

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
MIT License
12.58k stars 488 forks source link

Replace mkdirp with builtin recursive flag #391

Closed TrySound closed 4 years ago

TrySound commented 4 years ago

In node 10.12 mkdir got new recursive flag which provides the same functionality as mkdirp.

See here https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback

Also node 10 got builtin promisified fs utilities.

See here https://nodejs.org/api/fs.html#fs_fs_promises_api

th0r commented 4 years ago

licence/cla check is stuck for some reason. @valscion do you know how to fix it?

th0r commented 4 years ago

Thanks!

valscion commented 3 years ago

licence/cla check is stuck for some reason. @valscion do you know how to fix it?

Closing and reopening the pull request triggers a new licence/cla check in case the service was down for some reason in the past — that's how I've dealt with these situations before 😅

TrySound commented 3 years ago

I just do empty commits in such cases

valscion commented 3 years ago

Released in v4.2.0 :relaxed:. Thank you for your contributions!