Norbi
09/28/2022, 7:29 PMfilename
in the generated webpack.config.evaluated.js
?
output: {
...
filename: [Function: filename],
...
},
I haven't configured file filename in my build, so it must be the default value.
Thanks.Derek Ellis
09/28/2022, 7:32 PM..evaluated.js
file is a JSON representation of the config, and the function is serialized into that string representationNorbi
09/28/2022, 7:36 PM