Skip to content

Commit

Permalink
misc(prop-types): sort
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Mar 14, 2018
1 parent 7dedd7d commit 134bffd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lib/utils/prop-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]);

0 comments on commit 134bffd

Please sign in to comment.