Roman Fomin

Results 4 issues of Roman Fomin

Should add new plugin ```sh npm install --save-dev @babel/plugin-transform-runtime npm install --save @babel/runtime ``` #### **`.babelrc`** ``` { ... "plugins": [ ... ["@babel/plugin-transform-runtime"] ], "sourceType": "unambiguous" } ``` https://babeljs.io/docs/en/babel-plugin-transform-runtime#regenerator [You'll...

https://github.com/alexey-koren/bundlers-boilerplates/blob/95332b2ec6ea9f09c85c7563c7c35865cef63ff5/webpack.config.ts#L43 ``` devtool: isProduction ? 'source-map' : 'eval-source-map'``` helps to avoid chrome console warnings https://stackoverflow.com/questions/61767538/devtools-failed-to-load-sourcemap-for-webpack-node-modules-js-map-http-e

Hi! I am building a docking manager on top of this library and have run into a problem. I need to know the container size when Allotment onChange invoked. Actually...

question

### Product Hot Chocolate ### Is your feature request related to a problem? Lets imagine we want the Hot Chocolate to produce a schema like: ```graphql interface IChannel { id:...

🎉 enhancement
🌶️ hot chocolate