Przeglądaj źródła

Hide unnecessary warnings.

Piotrek Koszuliński 7 lat temu
rodzic
commit
b1905150a9

+ 1 - 0
packages/ckeditor5-build-classic/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' ),