Explorar el Código

Hide unnecessary warnings.

Piotrek Koszuliński hace 7 años
padre
commit
87da904247
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ckeditor5-build-inline/webpack.config.js

+ 1 - 0
packages/ckeditor5-build-inline/webpack.config.js

@@ -16,6 +16,7 @@ const buildConfig = require( './build-config' );
 
 module.exports = {
 	devtool: 'source-map',
+	performance: { hints: false },
 
 	entry: path.resolve( __dirname, 'src', 'ckeditor.js' ),