|
@ -26,7 +26,10 @@ module.exports = { |
|
|
title: 'Weather for Philadelphia, PA', |
|
|
title: 'Weather for Philadelphia, PA', |
|
|
template: './src/index.html', |
|
|
template: './src/index.html', |
|
|
path: path.join(__dirname, "./dist/"), |
|
|
path: path.join(__dirname, "./dist/"), |
|
|
filename: 'index.html' |
|
|
|
|
|
|
|
|
filename: 'index.html', |
|
|
|
|
|
meta: { |
|
|
|
|
|
viewport: 'width=device-width, initial-scale=1, shrink-to-fit=no', |
|
|
|
|
|
} |
|
|
}), |
|
|
}), |
|
|
] |
|
|
] |
|
|
} |
|
|
} |