From 8639b2858b3894d05657f6b3d17f97377fc9c2de Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 5 Sep 2018 16:07:44 +0200 Subject: [PATCH] dont load the mobileguide script in riot --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 7c0aa8b488..122facb24b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -130,6 +130,7 @@ module.exports = { // bottom of or the bottom of , and I'm a bit scared // about moving them. inject: false, + excludeChunks: ['mobileguide'], vars: { og_image_url: og_image_url, },