Open zainshabir00 opened 2 years ago
same problem here zainshabir00 did you fix the issue?
did you manage to fix it?
It's work for me in webpack 5
fallback: { "path": require.resolve('path-browserify'), "crypto-browserify": require.resolve('crypto-browserify'), },
I have installed text-to-svg plugin in my React project. But it returns error:
I have tried to install
path-browserify
and in webpack configuration i added:But still i am getting that error. What should i do now?