Dmitry Landa

Results 1 comments of Dmitry Landa

If you want to follow the way Symfony works with `.env` files you can use the [dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#properties) and the config below ```javascript Encore.addPlugin( new Dotenv({ path: ".env.local", defaults: ".env", systemvars:...