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-util was removed per gulps instructions. The following were replaced:
`gutil.File` => is now `vinyl`
`gutil.PluginError` => is now `plugin-error`
Additional updates included is updating `chai`, `eslint`, and `mocha` to current versions. As well as the removal of `ecmaFeatures` from `.eslintrc` as the configuration is no longer a valid option.
Unit test is passing.
gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
gutil.PluginError
=> https://www.npmjs.com/package/plugin-errorThe text was updated successfully, but these errors were encountered: