Zum Inhalt springen

Webpack

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 6. Juni 2018 um 13:45 Uhr durch 2409:4064:484:82d8:dca1:21c2:db03:5c32 (Diskussion) (Version). Sie kann sich erheblich von der aktuellen Version unterscheiden.

Vorlage:Multiple issues Vorlage:Infobox software

Webpack is an open-source JavaScript module bundler. Webpack takes modules with dependencies and generates static assets representing those modules.[1] It takes the dependencies and generates a dependency graph allowing web developers to use a modular approach for their web application development purposes. The bundler can be used from the command line, or can be configured using a config file which is named webpack.config.js.[2]

Node.js is required for installing webpack. Another important aspect about webpack is that it is highly extensible by the use of loaders. Loaders allow developers to write custom tasks that they want to perform when bundling files together.

Webpack provides code on demand using the moniker code splitting. The Technical Committee 39 for ECMAScript is working on standardization of a function that loads additional code: proposal-dynamic-import.

See also

Portal: Free software – Übersicht zu Wikipedia-Inhalten zum Thema Free software

References

Vorlage:Reflist

Vorlage:Application frameworks Vorlage:ECMAScript

Vorlage:Software-stub

  1. What is webpack. GitHub, abgerufen am 25. Februar 2018.
  2. Webpack: An Introduction - Wisdom Geek In: Wisdom Geek, 12. Januar 2017. Abgerufen am 16. Januar 2017 (amerikanisches Englisch).