You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
time node -e "require('path-browserify').extname(crypto.randomBytes(2 ** 23).toString('base64'))"
real 0m0.137s
Currently the fact that webpack pulls [email protected] via this module forces me to install [email protected] and alias it manually in webpack.config.js like this:
resolve: {alias: {path: 'path-browserify',},},
I hope you can update it to 1.0.0.
EDIT: Turns out there is already a PR for this #79
The text was updated successfully, but these errors were encountered:
Currently used here
[email protected]
:Node 11 built-in path module:
Latest
[email protected]
:Currently the fact that webpack pulls
[email protected]
via this module forces me to install[email protected]
and alias it manually inwebpack.config.js
like this:I hope you can update it to
1.0.0
.EDIT: Turns out there is already a PR for this #79
The text was updated successfully, but these errors were encountered: