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.
2 parents 27eb9bf + 24ea614 commit d5adbc8Copy full SHA for d5adbc8
ember-cli-build.js
@@ -99,6 +99,8 @@ module.exports = function (defaults) {
99
crypto: false,
100
// disables `timers` import warning in `@sinon/fake-timers`
101
timers: false,
102
+ // disables `util` import warning in `@sinon/fake-timers`
103
+ util: false,
104
},
105
106
package.json
@@ -143,6 +143,7 @@
143
"webpack": "5.97.1"
144
145
"resolutions": {
146
+ "ember-auto-import": "2.10.0",
147
"ember-get-config": "2.1.1",
148
"ember-inflector": "5.0.2",
149
"ember-modifier": "4.2.0",
0 commit comments