1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 07:45:32 -04:00

generate function source maps for sentry releases

This commit is contained in:
2021-06-27 12:28:30 -04:00
parent 23aeb2fab1
commit 5981b99254
4 changed files with 13 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ exports.default = gulp.series(
);
exports.serve = gulp.parallel(
npx("webpack", ["serve"]),
npx("webpack", ["serve", "--progress"]),
npx("hugo", ["--watch", "--buildDrafts", "--buildFuture", "--verbose"]),
);
@@ -77,6 +77,7 @@ function clean() {
"_vendor/",
"static/assets/",
"data/manifest.json",
"api/**/*.js*",
]);
}