diff --git a/lib/utils/prop-types.js b/lib/utils/prop-types.js index 7d3bff7c0a3..ae5ab1daf97 100644 --- a/lib/utils/prop-types.js +++ b/lib/utils/prop-types.js @@ -6,30 +6,30 @@ */ module.exports = new Set([ + "amd", + "bail", + "cache", "context", "devServer", "devtool", "entry", "externals", + "merge", + "mode", "module", "node", "output", + "parallelism", "performance", "plugins", - "resolve", - "target", - "watch", - "watchOptions", - "stats", - "mode", - "amd", - "bail", - "cache", "profile", - "merge", - "parallelism", "recordsInputPath", "recordsOutputPath", "recordsPath", - "resolveLoader" + "resolve", + "resolveLoader", + "stats", + "target", + "watch", + "watchOptions", ]);