Oleg Buiar
Oleg Buiar
what helped me to serve the same CRA build from different domains (prod vs stage) and at the same time serve `index.html` and all the rest assets from different domains...
@ljharb agree on patch! I've spent about 2 hours trying to figure out what should it be but didn't make any progress since am a newbie to babel plugin development...
@ljharb I did some changes here https://github.com/airbnb/babel-plugin-inline-react-svg/pull/77 Could you please have a brief look? I also would like to ensure I didn't break anything by those changes so I was...
@striletskyy it seems it depends on a sequence of adding fields to the constructor. we can see it [here](https://github.com/JSSolutions/Databazel/blob/master/lib/data_processing.js#L74) - we define dimension basing on `fields` from `queryObject`, which has...