/gulp-load-plugins-test

Demo of ESM issue with gulp-load-plugins

Primary LanguageJavaScript

Test gulp-load-plugins with Gulp ESM

This is to demonstrate an error generated by gulp-load-plugins when using ECMAScript modules with Gulp (gulpfile.mjs).

Prerequisites

  1. Install Node.js 16+
  2. Install gulp-cli globally: npm i -g gulp-cli
  3. Clone the repo and run npm i

Executing the test

Run gulp go.