Is it possible to use path module in browser?

Viewed 3512

Is it possible to use path module (e.g. path.parse) in the browser using Webpack? Always getting a parse is not a function error. Thanks.

2 Answers
Related