viewport patch
This commit is contained in:
parent
deb012afcc
commit
f2002a8291
@ -51,7 +51,7 @@ module.exports =
|
|||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
hash: true,
|
hash: true,
|
||||||
meta: {
|
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' }]),
|
new CopyPlugin([{ from: 'data', to: 'data' }, { from: 'wand.js', to: 'wand.js' }]),
|
||||||
|
Loading…
Reference in New Issue
Block a user