Oleg Gun
Oleg Gun
you actually have what i mean in https://github.com/Versent/redux-loader is it possible to combine this two libs?
any idea where to start?
ok so i have found workaround webpack.config.js ```js module: { rules: [{ test: /\.jsx?$/, exclude: /node_modules/, use: [{ loader: 'babel-loader', options: { babelrc: false, presets: [ [ 'env', { modules:...
there are some more examples and better module which is actually gets updates https://github.com/liaoliaots/nestjs-redis/blob/main/lib/health/indicators/redis.health.ts
it would be good to fix this
this way I have to list all my env vars in the config and constantly sync them with my .env file.
`process?.[env]?.[key];` and `process[KEY_ENV][KEY_MY_VARIABLE];` won't work with webpack
> Or, use disable / enable obfuscator on block of code, as you wish Yup, this is what I do. Looks ugly. so I request a new `{webpack: true}` option...
https://webpack.js.org/plugins/environment-plugin/