Saved Bookmarks
| 1. |
What Is Require() In Gulpfile.js? |
|
Answer» REQUIRE() is USED to load core GULP and gulp plugins. You need to load all the gulp plugins in your gulpfile.js using require(), if you wish to use them.
require() is used to load core gulp and gulp plugins. You need to load all the gulp plugins in your gulpfile.js using require(), if you wish to use them. |
|