浏览代码

Hide unnecessary warnings.

Piotrek Koszuliński 7 年之前
父节点
当前提交
b1905150a9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-build-classic/webpack.config.js

+ 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' ),