Section courante

A propos

Section administrative du site

entry

Entrée
webpack module.exports

Syntaxe

entry: string = {
key string | [string] |
object = { import string | [string], dependOn string | [string], filename string, layer string }}
(function() => string | [string] | object = { key string | [string] } |
object = { import string | [string], dependOn string | [string], filename string })

Description

Ce champ permet d'indiquer le ou les points où démarrer le processus de regroupement d'applications. Si un tableau est passé, tous les éléments seront traités.



Dernière mise à jour : Vendredi, le 7 Mai 2021