Skip to content

Error Handling Broken? #30

Description

@remexre
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$

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions