diff --git a/webpack.common.js b/webpack.common.js
index 98f813c7b..490b613c0 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -21,7 +21,8 @@ const config = {
       express: false,
       net: 'net-browserify',
       fs: false,
-      jose: false
+      jose: false,
+      '@azure/msal-node': false
     },
     fallback: {
       jose: false,
@@ -74,7 +75,6 @@ const config = {
         { from: path.join(__dirname, '/node_modules/prismarine-viewer/public/blocksStates/'), to: './blocksStates/' },
         { from: path.join(__dirname, '/node_modules/prismarine-viewer/public/textures/'), to: './textures/' },
         { from: path.join(__dirname, '/node_modules/prismarine-viewer/public/worker.js'), to: './' },
-        { from: path.join(__dirname, '/node_modules/prismarine-viewer/public/supportedVersions.json'), to: './' },
         { from: path.join(__dirname, 'assets/'), to: './' },
         { from: path.join(__dirname, 'extra-textures/'), to: './extra-textures/' },
         { from: path.join(__dirname, 'config.json'), to: './config.json' }