add test case

This commit is contained in:
Tobias Koppers 2021-11-10 15:03:44 +01:00
parent 6a12794b11
commit 11bc877b42
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@ describe("Profiling Plugin", function () {
new webpack.debug.ProfilingPlugin({
outputPath: finalPath
})
]
],
experiments: {
backCompat: false
}
});
compiler.run(err => {
if (err) return done(err);