Parcourir la source

Update banner

customisations
alemart il y a 10 mois
Parent
révision
fc57be1d78
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      webpack.config.js

+ 1
- 1
webpack.config.js Voir le fichier

@@ -32,7 +32,7 @@ module.exports = (env, argv) => ({
32 32
     plugins: [
33 33
         new webpack.BannerPlugin({
34 34
             banner: ((({ author, version, year, homepage, description, date }) => ([
35
-                `encantAR.js version ${version}`,
35
+                `encantar.js version ${version}`,
36 36
                 `${description}`,
37 37
                 `Copyright ${year} ${author}`,
38 38
                 `${homepage}`,

Chargement…
Annuler
Enregistrer