You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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$
The text was updated successfully, but these errors were encountered:
Okay, it works if I replace the format with something valid (in my case, umd and then adding a moduleId), uncomment everything, and comment out all export statements from src/editor/editor.js. So... exporting might be broken instead?
The text was updated successfully, but these errors were encountered: