Please enable JavaScript.
Coggle requires JavaScript to display documents.
Modules - Coggle Diagram
Modules
Timeline
-
-
-
4-Browsweify
Module Bundler
-
-
When we have dependency we require the needed function from the needed file BY USING THE COMMON JS SYNTAX
NOW- WEBPACK+ES6
We use es6 syntax with EXPORT and IMPORT to do dependecies and WEBPACK can make them in one or n files and makes them readable by the browser
-