-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
gulp.task("js:editor", () =>
gulp.src("src/editor/editor.js", {read: false})
// .pipe(plumber())
// .pipe(xo())
.pipe(rollup({
format: "I think error handling is broken...",
// plugins: rollupPlugins,
sourceMap: true,
}))
// .pipe(uglify())
.pipe(sourcemaps.write())
.pipe(gulp.dest("dist/")));sh-4.3$ gulp js:editor
(node:24325) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
[20:49:09] Using gulpfile ~/Desktop/project-domino-client/gulpfile.js
[20:49:09] Starting 'js:editor'...
sh-4.3$Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels