From f2002a82915897f9afe9d7ee5ce942a5e076629f Mon Sep 17 00:00:00 2001 From: notgne2 Date: Fri, 13 Dec 2019 14:03:00 -0700 Subject: [PATCH] viewport patch --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index f296749..addb7af 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -51,7 +51,7 @@ module.exports = new HtmlWebpackPlugin({ hash: true, meta: { - viewport: 'width=device-width, initial-scale=1, shrink-to-fit=no' + viewport: 'width=device-width, initial-scale=1' } }), new CopyPlugin([{ from: 'data', to: 'data' }, { from: 'wand.js', to: 'wand.js' }]),