From 437cf8b531652a4b101ec279dea7661e8dfb8cda Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 27 Nov 2016 11:09:05 +0100 Subject: Server: set manually the post host of a remote video throught the signature --- client/config/webpack.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/config/webpack.prod.js b/client/config/webpack.prod.js index ce6886af6..98507ff8e 100644 --- a/client/config/webpack.prod.js +++ b/client/config/webpack.prod.js @@ -227,7 +227,7 @@ module.exports = function (env) { [/\*/, /(?:)/], [/\[?\(?/, /(?:)/] ], - customAttrAssign: [/\)?\]?=/] + customAttrAssign: [/\)?]?=/] }, // FIXME: Remove -- cgit v1.2.3