Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 10, 2021
1 parent 6a12794 commit 11bc877
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/ProfilingPlugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 11bc877

Please sign in to comment.