Remove env vars in webpack conf

This commit is contained in:
Jerome Wu 2021-06-14 14:11:38 +08:00
parent 6a888f9b17
commit 7155c0a7a4

View File

@ -13,13 +13,6 @@ const genConfig = ({
library, library,
libraryTarget, libraryTarget,
}, },
plugins: [
new webpack.DefinePlugin({
'process.env': {
FFMPEG_ENV: JSON.stringify('development'),
},
}),
],
devServer: { devServer: {
allowedHosts: ['localhost', '.gitpod.io'], allowedHosts: ['localhost', '.gitpod.io'],
}, },