mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-19 23:00:13 +00:00
Fixed mobile zoom (#7139)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
16de0dd75b
commit
aa4ee33839
@ -277,7 +277,7 @@ module.exports = [
|
|||||||
plugins: [
|
plugins: [
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
meta: {
|
meta: {
|
||||||
viewport: 'width=device-width, initial-scale=1'
|
viewport: 'width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=1'
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
...(prod ? [new CompressionPlugin()] : []),
|
...(prod ? [new CompressionPlugin()] : []),
|
||||||
|
Loading…
Reference in New Issue
Block a user