mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2024-11-14 11:14:58 -05:00
avoid using @azure/msal-node (#358)
* avoid using @azure/msal-node * Update webpack.common.js * Update webpack.common.js * Update webpack.common.js
This commit is contained in:
parent
d4c0c0c6e6
commit
d441efaef5
1 changed files with 2 additions and 2 deletions
|
@ -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' }
|
||||
|
|
Loading…
Reference in a new issue