mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
disable comments extraction
This commit is contained in:
parent
b9aef45440
commit
eb60a7dd0c
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ module.exports = {
|
|||
minimizer: [
|
||||
new TerserPlugin({
|
||||
test: /\.js$/,
|
||||
extractComments: false,
|
||||
terserOptions: {
|
||||
ecma: 5,
|
||||
mangle: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue