asturur / test_builders

test js builders
0 stars 0 forks source link

ENV variables #2

Closed ShaMan123 closed 2 years ago

ShaMan123 commented 2 years ago

We should configure process env in a better way (e.g. use a repo like dotenv because):

  1. on windows for example the build cmd doesn't work
  2. it's much easier to maintain
  3. the replace plugin isn't good enough e.g (process.env[buildArg]) won't work
asturur commented 2 years ago

yeah we can tweak but for starting is good enough. I'm sure those are things that people solved already with different plugins.

Important is that there is backed the functionality for

The rest are details