Add viewport for mobile
This commit is contained in:
parent
b2208a7e58
commit
3565cd5f73
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ module.exports = {
|
||||||
new CleanWebpackPlugin(),
|
new CleanWebpackPlugin(),
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
title: 'NCounter',
|
title: 'NCounter',
|
||||||
|
meta: {viewport: 'width=device-width, initial-scale=1.0'}
|
||||||
}),
|
}),
|
||||||
new GoogleFontsPlugin({
|
new GoogleFontsPlugin({
|
||||||
fonts: [
|
fonts: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue