Layer0 for Traditional Sites webpack warning

Following these instructions Layer0 Documentation - Layer0 for Traditional Sites and running the following commands

npm i -g @layer0/cli
npm create layer0-app@latest
cd l0trad
layer0 dev

produces the following output

WARNING in DefinePlugin
Conflicting values for 'process.env.NODE_ENV'

Why is that? Do I need to resolve this?