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:
@@ -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/"),
|
||||
|
Reference in New Issue
Block a user