Merge pull request #9091 from EugeneHlushko/fix/grammar

fix(typo) remove redundant is
This commit is contained in:
Tobias Koppers 2019-05-09 21:57:36 +02:00 committed by GitHub
commit 7c5f3e758c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1061,7 +1061,7 @@ export interface OutputOptions {
*/
filename?: string | Function;
/**
* Use the future version of asset emitting logic, which is allows freeing memory of assets after emitting. It could break plugins which assume that assets are still readable after emitting. Will be the new default in the next major version.
* Use the future version of asset emitting logic, which allows freeing memory of assets after emitting. It could break plugins which assume that assets are still readable after emitting. Will be the new default in the next major version.
*/
futureEmitAssets?: boolean;
/**

View File

@ -868,7 +868,7 @@
]
},
"futureEmitAssets": {
"description": "Use the future version of asset emitting logic, which is allows freeing memory of assets after emitting. It could break plugins which assume that assets are still readable after emitting. Will be the new default in the next major version.",
"description": "Use the future version of asset emitting logic, which allows freeing memory of assets after emitting. It could break plugins which assume that assets are still readable after emitting. Will be the new default in the next major version.",
"type": "boolean"
},
"globalObject": {