Andrey Marchenko
Andrey Marchenko
Hi, I found duplicates version react-is with react 17, so it's small fix can remove that problem for now and future without breaking changes
We can hel webpack remove code if we mark package without side effects - https://webpack.js.org/guides/tree-shaking/\#mark-the-file-as-side-effect-free
if enable `onlyLocals` in [css-loader](https://github.com/webpack-contrib/css-loader#onlylocals) i get error. `onlyLocals` remove generation css content in SSR ``` TypeError: Cannot read property 'length' of undefined at CssModule.size (/Users/User/job/platform-cli/node_modules/extract-css-chunks-webpack-plugin/dist/index.js:58:25) at Chunk.integratedSize (/Users/User/job/platform-cli/node_modules/webpack/lib/Chunk.js:548:42) at...
### What problem does this feature solve? Currently, webpackbar don't show all the information about the build. For example This wepbackBar: ``` ● Server █████████████████████████ basic chunk optimization (76%) ```...
In the 16.6.0 react did be deprecation old context https://reactjs.org/blog/2018/10/23/react-v-16-6.html#deprecations-in-strictmode and remove to next major release fixes #2382
### **Problem** ``` const customAgent = new https.Agent({ keepAlive: true }) function request(url, method) { return new Promise(resolve => { request[method](url) .agent(customAgent) .end(function(){ .... }) } } request('https://github.com') // >...
**What this PR does**: Right now cass-operator create 3 secret per cluster - ${nameCluster}-superuser - ${Datacenter.Name}-keystore - ${Datacenter.Name}-ca-keystore and only one ${nameCluster}-superuser has base labels and so, I can't find...
### Current Behavior NX doesn't have any additional logs, just a status ``` npm run test > @org/[email protected] test > nx test > nx run org:test ● Validation Warning: Unknown...
The current plugin does not support monorepositories with yarn. Because yarn puts all dependencies to the root directory and self plugin don't find custom plugin