Remove env vars in webpack conf
This commit is contained in:
parent
6a888f9b17
commit
7155c0a7a4
@ -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'],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user