8000 add test case · webpack/webpack@11bc877 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11bc877

Browse files
committed
add test case
1 parent 6a12794 commit 11bc877

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/ProfilingPlugin.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ describe("Profiling Plugin", function () {
2525
new webpack.debug.ProfilingPlugin({
2626
outputPath: finalPath
2727
})
28-
]
28+
],
29+
experiments: {
30+
backCompat: false
31+
}
2932
});
3033
compiler.run(err => {
3134
if (err) return done(err);

0 commit comments

Comments
 (0)
0