Skip to content

Commit d441efa

Browse files
authored
avoid using @azure/msal-node (#358)
* avoid using @azure/msal-node * Update webpack.common.js * Update webpack.common.js * Update webpack.common.js
1 parent d4c0c0c commit d441efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const config = {
2121
express: false,
2222
net: 'net-browserify',
2323
fs: false,
24-
jose: false
24+
jose: false,
25+
'@azure/msal-node': false
2526
},
2627
fallback: {
2728
jose: false,
@@ -74,7 +75,6 @@ const config = {
7475
{ from: path.join(__dirname, '/node_modules/prismarine-viewer/public/blocksStates/'), to: './blocksStates/' },
7576
{ from: path.join(__dirname, '/node_modules/prismarine-viewer/public/textures/'), to: './textures/' },
7677
{ from: path.join(__dirname, '/node_modules/prismarine-viewer/public/worker.js'), to: './' },
77-
{ from: path.join(__dirname, '/node_modules/prismarine-viewer/public/supportedVersions.json'), to: './' },
7878
{ from: path.join(__dirname, 'assets/'), to: './' },
7979
{ from: path.join(__dirname, 'extra-textures/'), to: './extra-textures/' },
8080
{ from: path.join(__dirname, 'config.json'), to: './config.json' }

0 commit comments

Comments
 (0)