1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

bump Hugo to 0.84.2

This commit is contained in:
2021-06-28 08:47:26 -04:00
parent 5981b99254
commit d8a818ed18
5 changed files with 78 additions and 83 deletions

View File

@@ -14,7 +14,7 @@ module.exports = {
path.resolve(__dirname, "assets/sass/main.scss"),
],
mode: isProd ? "production" : "development",
devtool: isProd ? "nosources-source-map" : "source-map",
devtool: isProd ? "hidden-nosources-source-map" : "source-map",
output: {
filename: isProd ? "js/[name]-[contenthash:6].js" : "js/[name].js",
path: path.resolve(__dirname, "static/assets/"),