浏览代码

Lodash builder use `development` flag instead of `debug` now.

Piotr Jasiun 10 年之前
父节点
当前提交
46dbb082f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-engine/gruntfile.js

+ 1 - 1
packages/ckeditor5-engine/gruntfile.js

@@ -23,7 +23,7 @@ module.exports = function( grunt ) {
 					modifier: 'modern',
 					exports: 'amd',
 					flags: [
-						'debug'
+						'development'
 					],
 					include: require( './src/utils-lodash' )
 				}