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.
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.
No you cant use the path module in the browser, but there is an implementation for it for browsers.
check this link, it might be useful