Upgrading all dependencies in front
Upgrading to Webpack 5, Typescript 4, ...
This commit is contained in:
parent
b56e4b5674
commit
8c1e01566a
6 changed files with 616 additions and 1371 deletions
|
@ -46,9 +46,9 @@ module.exports = {
|
|||
path: path.resolve(__dirname, 'dist'),
|
||||
publicPath: '/'
|
||||
},
|
||||
externals:[
|
||||
/*externals:[
|
||||
require('webpack-require-http')
|
||||
],
|
||||
],*/
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin({filename: 'style.[contenthash].css'}),
|
||||
new HtmlWebpackPlugin(
|
||||
|
@ -81,7 +81,9 @@ module.exports = {
|
|||
'TURN_PASSWORD': null,
|
||||
'JITSI_URL': null,
|
||||
'JITSI_PRIVATE_MODE': null,
|
||||
'START_ROOM_URL': null
|
||||
'START_ROOM_URL': null,
|
||||
'MAX_USERNAME_LENGTH': 8,
|
||||
'MAX_PER_GROUP': 4
|
||||
})
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue