Summary
Hi there, I tried to polyfill the "path" module I get the following error:
module is not defined
at eval (.../node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.js:531:1)
Steps to reproduce
-
Create a new remix project with pnpm create remix
-
Add the join function in a client code.
-
Add this plugin with the following config:
nodePolyfills({
include: ["path"],
}),
-
See the error message
