viewport patch

This commit is contained in:
notgne2 2019-12-13 14:03:00 -07:00
parent deb012afcc
commit f2002a8291

View File

@ -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' }]),