test: stability for define

This commit is contained in:
alexander.akait 2023-04-26 05:41:52 +03:00
parent e56df72394
commit ed0738dd66
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -62,7 +62,7 @@ module.exports = [
mode: "production",
entry: "./index",
output: {
filename: "123.js"
filename: "log.js"
},
infrastructureLogging: {
debug: /DefinePlugin/,