瀏覽代碼

Hide unnecessary warnings.

Piotrek Koszuliński 7 年之前
父節點
當前提交
87da904247
共有 1 個文件被更改,包括 1 次插入0 次删除
  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' ),