Results 3 comments of Ethyde

Hello, I have found 2 solutions : With `require` ``` // in webpack.config.js const { Config, environment } = require('webpack-config') environment.setAll({ env: () => process.env.NODE_ENV }) module.exports = new Config().extend('config/webpack.[env].config.js')...

Hello, Is there any update on this subject ? I'm facing the same issue when i'm ussing [data-driven](https://codecept.io/advanced/#data-driven-tests) tests and `run-workers`. When i use `run` if some of my tests...