Skip to content

Commit d01ae5a

Browse files
Replace json-stable-stringify with fast-json-stable-stringify.
1 parent 49c5400 commit d01ae5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"use strict";
77

88
const parseJson = require("json-parse-better-errors");
9-
const stringify = require("json-stable-stringify");
9+
const stringify = require("fast-json-stable-stringify");
1010
const asyncLib = require("neo-async");
1111
const path = require("path");
1212
const {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"enhanced-resolve": "^4.1.0",
1818
"eslint-scope": "^4.0.0",
1919
"events": "^3.0.0",
20+
"fast-json-stable-stringify": "^2.0.0",
2021
"json-parse-better-errors": "^1.0.2",
21-
"json-stable-stringify": "^1.0.1",
2222
"loader-runner": "3.0.0",
2323
"loader-utils": "^1.1.0",
2424
"memory-fs": "~0.4.1",

0 commit comments

Comments
 (0)