We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
json-stable-stringify
fast-json-stable-stringify
1 parent 49c5400 commit d01ae5aCopy full SHA for d01ae5a
lib/Compiler.js
@@ -6,7 +6,7 @@
6
"use strict";
7
8
const parseJson = require("json-parse-better-errors");
9
-const stringify = require("json-stable-stringify");
+const stringify = require("fast-json-stable-stringify");
10
const asyncLib = require("neo-async");
11
const path = require("path");
12
const {
package.json
@@ -17,8 +17,8 @@
17
"enhanced-resolve": "^4.1.0",
18
"eslint-scope": "^4.0.0",
19
"events": "^3.0.0",
20
+ "fast-json-stable-stringify": "^2.0.0",
21
"json-parse-better-errors": "^1.0.2",
- "json-stable-stringify": "^1.0.1",
22
"loader-runner": "3.0.0",
23
"loader-utils": "^1.1.0",
24
"memory-fs": "~0.4.1",
0 commit comments