Skip to content

Commit

Permalink
avoid using @azure/msal-node (#358)
Browse files Browse the repository at this point in the history
* avoid using @azure/msal-node

* Update webpack.common.js

* Update webpack.common.js

* Update webpack.common.js
  • Loading branch information
rom1504 authored Dec 31, 2023
1 parent d4c0c0c commit d441efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const config = {
express: false,
net: 'net-browserify',
fs: false,
jose: false
jose: false,
'@azure/msal-node': false
},
fallback: {
jose: false,
Expand Down Expand Up @@ -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' }
Expand Down

0 comments on commit d441efa

Please sign in to comment.