You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting your contribution, a CLA (Contributor License Agreement) bot will come by to verify that you signed the [CLA](https://cla.js.foundation/webpack-contrib/terser-webpack-plugin).
153
+
If it is your first time, it will link you to the right place to sign it.
154
+
However, if you have committed your contributions using an email that is not the same as your email used on GitHub, the CLA bot can't accept your contribution.
155
+
156
+
Run `git config user.email` to see your Git email, and verify it with [your GitHub email](https://github.com/settings/emails).
157
+
134
158
## Thanks
135
159
136
160
For your interest, time, understanding, and for following this simple guide.
Copy file name to clipboardexpand all lines: test/__snapshots__/parallel-option-failure.test.js.snap
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\` and \`cache\` is \`true\`: errors 1`] =`
4
4
Array [
5
-
"Error: one.b24e4e9f15751e4fd75c.js from Terser
5
+
"Error: one.eeb04a1d13c1369545d6.js from Terser
6
6
Error: worker-farm failed",
7
7
]
8
8
`;
9
9
10
-
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\` and \`cache\` is \`true\`: one.b24e4e9f15751e4fd75c.js 1`] =`
10
+
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\` and \`cache\` is \`true\`: one.eeb04a1d13c1369545d6.js 1`] =`
11
11
"/******/ (function(modules) {// webpackBootstrap
12
12
/******/// The module cache
13
13
/******/varinstalledModules= {};
@@ -117,12 +117,12 @@ exports[`when applied with \`parallel\` option matches snapshot for errors into
117
117
118
118
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\`: errors 1`] =`
119
119
Array [
120
-
"Error: one.b24e4e9f15751e4fd75c.js from Terser
120
+
"Error: one.eeb04a1d13c1369545d6.js from Terser
121
121
Error: worker-farm failed",
122
122
]
123
123
`;
124
124
125
-
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\`: one.b24e4e9f15751e4fd75c.js 1`] =`
125
+
exports[`when applied with \`parallel\` option matches snapshot for errors into \`worker-farm\`: one.eeb04a1d13c1369545d6.js 1`] =`
0 commit comments