Browse Source

Hide unnecessary warnings.

Piotrek Koszuliński 7 năm trước cách đây
mục cha
commit
7dda2b104e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/ckeditor5-build-balloon/webpack.config.js

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