mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-06 17:12:51 +08:00
there remains miss edit.
This commit is contained in:
@@ -89,7 +89,7 @@ const taskBundle = () => {
|
||||
.pipe(sourcemaps.write(".", {
|
||||
sourceRoot: path.relative(bundleDir, nodeDir)
|
||||
}))
|
||||
.pipe(gulp.dest(bundleDir))
|
||||
.pipe(gulp.dest(bundleDir));
|
||||
};
|
||||
|
||||
exports.bundle = gulp.series(taskClean, taskCompile, taskBundle);
|
||||
|
||||
Reference in New Issue
Block a user