From 57999b460b62c2ed646280532e2b41f72fe0e4b2 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 3 Sep 2018 13:05:58 +0100 Subject: [PATCH] Didn't mean to commit that file --- webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 66022c7ec4..2a116f5777 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -132,10 +132,6 @@ module.exports = { og_image_url: og_image_url, }, }), - new HtmlWebpackPlugin({ - template: './src/vector/mobile_guide/index.html', - filename: 'mobile_guide/index.html', - }), ], devtool: 'source-map',