From a01578ab7d36cc9db8b64b14339d7b6512727dea Mon Sep 17 00:00:00 2001 From: Sean Larkin Date: Tue, 22 Nov 2016 12:48:52 -0600 Subject: [PATCH] chore(performance): update schema description --- schemas/webpackOptionsSchema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/webpackOptionsSchema.json b/schemas/webpackOptionsSchema.json index 8dcc97410..44afc5e61 100644 --- a/schemas/webpackOptionsSchema.json +++ b/schemas/webpackOptionsSchema.json @@ -756,7 +756,7 @@ "type": "boolean" }, "maxInitialChunkSize": { - "description": "Total size of all initial chunks (in kb)", + "description": "Total size of all initial chunks (in bytes)", "type": "number" }, "maxAssetSize": {