Skip to content

Commit 0f400a0

Browse files
committed
Remove env vars in webpack conf
1 parent 1ae0ba2 commit 0f400a0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/webpack.config.dev.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ const genConfig = ({
1313
library,
1414
libraryTarget,
1515
},
16-
plugins: [
17-
new webpack.DefinePlugin({
18-
'process.env': {
19-
FFMPEG_ENV: JSON.stringify('development'),
20-
},
21-
}),
22-
],
2316
devServer: {
2417
allowedHosts: ['localhost', '.gitpod.io'],
2518
},

0 commit comments

Comments
 (0)