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
Webpack 5 doesn't provide shims for built-in node packages, so we need to provide one for `path`
ourselves given that `@clayui/css` uses it.
We choose `path-browserify` because webpack itself suggests it. And we blindly believe and follow
what webpack says.
0 commit comments