Alexander Akait

Results 3760 comments of Alexander Akait

We have added the `import.meta.env` support, so now you can use `import.meta.env.NODE_ENV` to get this value

@jonathan-boudreau-work Can you provide a cases when they are undefined? Looks weird

@jonathan-boudreau-work Can you provide more context, where do you use it?

Close in favor https://github.com/webpack/webpack/pull/20131, anyway thank you for your work

Not sure how it is related to [loader-runner](https://github.com/webpack/loader-runner), it should be done in thread-loader by main process

Please use: ``` new CopyWebpack({ patterns: [ { from : '.env', to : '.env', globOptions: { dot: true }, noErrorOnMissing: true } ] }) ``` > Using to: '[name][ext]' with...

@bhanuvdmbee Sorry, I can't reproduce your problem using your information, I can't help without full configuration

Sorry, I can't reproduce your problem, everything is working fine. **Please** follow the issue template and create a minimum reproducible test repo using github

Looks like already fixed, let's close