DEV: Resolve a sinon/webpack warning (#21659)

This commit is contained in:
Jarek Radosz 2023-05-19 12:48:36 +02:00 committed by GitHub
parent 928d608ce7
commit 0ffe463d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ module.exports = function (defaults) {
fallback: {
// Sinon needs a `util` polyfill
util: require.resolve("util/"),
// Also for sinon
timers: false,
},
},
module: {