This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
unicraft
/
cke
Suivre
8
Voter
0
Fork
0
Fichiers
Parcourir la source
Fix dangling comma.
Maciej Gołaszewski
il y a 6 ans
Parent
776962db57
commit
159aac9538
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
packages/ckeditor5-build-decoupled-document/webpack.config.js
+ 1
- 1
packages/ckeditor5-build-decoupled-document/webpack.config.js
Voir le fichier
@@ -80,7 +80,7 @@ module.exports = {
},
minify: true
} )
- }
,
+ }
]
}
]