Even if you use terser or tools like javascript obfuscator, you can still see 'webpack://' directory and source code in browser devtool.
Is there any way to disable showing 'webpack://' directory so no one can see my source code at all?
I'd appreciate it if you could provide Webpack config code.
Thanks a lot in advance!