Oleg Gun

Results 143 comments of Oleg Gun

you actually have what i mean in https://github.com/Versent/redux-loader is it possible to combine this two libs?

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

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/