Skip to content

Releases: jackfranklin/gulp-load-plugins

v2.0.8

29 Aug 15:11
Compare
Choose a tag to compare
  • Fixes #141 - module.parent deprecated in Node 14+. Thanks @DaveyJake
  • Update dependencies

If you get the error Cannot read properties of undefined (reading 'filename'), this is because you're using a version of node where module.parent is undefined. To resolve, you need to add config to the plugin when instantiated with the path to your package.json file to read its dependencies. For example:

import gulpLoadPlugins from 'gulp-load-plugins';

const $ = gulpLoadPlugins({
  config: process.env.npm_package_json
});

v2.0.7

28 May 18:51
Compare
Choose a tag to compare

Update dependencies

v2.0.6

27 Nov 16:35
Compare
Choose a tag to compare

Update dependencies and add power support for Travis on ppc64le - thanks @dineshks1 - PR

v2.0.5

08 Oct 20:47
Compare
Choose a tag to compare

Updating dependencies

v2.0.4

18 Aug 16:26
Compare
Choose a tag to compare

Updating dependencies

v2.0.3

06 Apr 14:40
Compare
Choose a tag to compare

Updating dependencies

v2.0.2

05 Jan 21:09
Compare
Choose a tag to compare
version bump in prep for release