Please enable JavaScript.
Coggle requires JavaScript to display documents.
Module - Coggle Diagram
Module
Module formats
-
-
-
-
-
NOTE:
-
we need a transpiler like Babel to transpile our code to an ES5 module format such as AMD or CommonJS before we can actually run our code in the browser.
-
-
-
-
Module bundlers
-
-
popular module bundlers
-
Webpack: bundler for AMD, CommonJS, ES6 modules
-