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.
1 parent 1a8bc47 commit 4b72cf5Copy full SHA for 4b72cf5
tests/webpack.test.ts
@@ -26,7 +26,7 @@ test('webpack', async () => {
26
minimize: false,
27
},
28
})
29
- compiler.run((error, stats) => {
+ compiler!.run((error, stats) => {
30
if (error) return reject(error)
31
resolve(stats!)
32
0 commit comments