From 9c93ae8726f4a63c7706de322def36f05c0eb050 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Mon, 8 Jul 2019 11:13:51 +0200 Subject: [PATCH] =?UTF-8?q?:bug:=20r=C3=A9pare=20le=20tracking=20matomo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +- source/webpack.common.js | 119 +++++++++++++++++++++------ source/webpack.commonLoaders.js | 62 -------------- source/webpack.dev.js | 9 +- source/webpack.lib.js | 7 +- source/webpack.prod.js | 10 ++- source/webpack.prod.legacyBrowser.js | 8 +- source/webpack.test.js | 9 +- 8 files changed, 126 insertions(+), 101 deletions(-) delete mode 100644 source/webpack.commonLoaders.js diff --git a/index.html b/index.html index a693a6345..e6aa98fa1 100644 --- a/index.html +++ b/index.html @@ -243,9 +243,8 @@ - - <% if (htmlWebpackPlugin.production) { %> + <% if (htmlWebpackPlugin.options.injectTrackingScript) { %>