This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
unicraft
/
cke
Segui
8
Vota
0
Forka
0
File
Sfoglia il codice sorgente
Fix dangling comma.
Maciej Gołaszewski
5 anni fa
parent
ca2d62a22a
commit
451a13a4d7
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
packages/ckeditor5-build-classic/webpack.config.js
+ 1
- 1
packages/ckeditor5-build-classic/webpack.config.js
Vedi File
@@ -80,7 +80,7 @@ module.exports = {
},
minify: true
} )
- }
,
+ }
]
}
]