Fixing environment variable passing in Webpack

This commit is contained in:
David Négrier 2020-08-28 16:18:26 +02:00
parent ed116cf2a3
commit 3875c0afe8

View file

@ -42,7 +42,7 @@ module.exports = {
new webpack.ProvidePlugin({
Phaser: 'phaser'
}),
new webpack.EnvironmentPlugin(['API_URL', 'DEBUG_MODE', 'JITSI_URL'])
new webpack.EnvironmentPlugin(['API_URL', 'DEBUG_MODE', 'TURN_SERVER', 'TURN_USER', 'TURN_PASSWORD', 'JITSI_URL'])
],
};