mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-04 18:09:07 +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: [
|
minimizer: [
|
||||||
new TerserPlugin({
|
new TerserPlugin({
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
|
extractComments: false,
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
ecma: 5,
|
ecma: 5,
|
||||||
mangle: true,
|
mangle: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue