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