fix browser extension after upgrade to Webpack 5
Created by: tjkandala
Previously, the browser extension would fail with Uncaught ReferenceError: process is not defined
since Node.js core modules are no longer automatically polyfilled in Webpack 5.