Default gulp-load-plugins remove all plugin name gulp-
But how can make gulp-load-plugins default replace all plugin name which start with gulp-
to g
?
For example
gulp-sass
other-gulp-plugin
rename to
gSass
other-gulp-plugin
Default gulp-load-plugins remove all plugin name gulp-
But how can make gulp-load-plugins default replace all plugin name which start with gulp-
to g
?
For example
gulp-sass
other-gulp-plugin
rename to
gSass
other-gulp-plugin
Copyright © 2021 Jogjafile Inc.
From gulp-load-plugins options :
So you would need something like this (i.e., untested)
The simple case:
I left the simple case in for instruction but you probably need the longer uncommented version in node/gulp.