Skip to content

Commit

Permalink
Merge pull request #17062 from webpack/test-stabilization-for-define
Browse files Browse the repository at this point in the history
test: stability for define
  • Loading branch information
TheLarkInn committed Apr 26, 2023
2 parents e56df72 + ed0738d commit 2552028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/__snapshots__/StatsTestCases.basictest.js.snap
Expand Up @@ -862,7 +862,7 @@ asset both.js 1.4 KiB [emitted] (name: main)
./index.js 24 bytes [built] [code generated]
webpack x.x.x compiled successfully in X ms
asset 123.js 1.4 KiB [emitted] (name: main)
asset log.js 1.4 KiB [emitted] (name: main)
./index.js 24 bytes [built] [code generated]
DEBUG LOG from webpack.DefinePlugin
Expand Down
2 changes: 1 addition & 1 deletion test/statsCases/define-plugin/webpack.config.js
Expand Up @@ -62,7 +62,7 @@ module.exports = [
mode: "production",
entry: "./index",
output: {
filename: "123.js"
filename: "log.js"
},
infrastructureLogging: {
debug: /DefinePlugin/,
Expand Down

0 comments on commit 2552028

Please sign in to comment.