This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
unicraft
/
cke
Seguir
8
Destacar
0
Fork
0
Archivos
Explorar el Código
Fix dangling comma.
Maciej Gołaszewski
hace 5 años
padre
ca2d62a22a
commit
451a13a4d7
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
packages/ckeditor5-build-classic/webpack.config.js
+ 1
- 1
packages/ckeditor5-build-classic/webpack.config.js
Ver fichero
@@ -80,7 +80,7 @@ module.exports = {
},
minify: true
} )
- }
,
+ }
]
}
]