Shahab

Results 9 comments of Shahab

@jcbrand This is part of my `webpack.config`: ``` { // Transpile ES2015 (aka ES6) to ES5. Accept the JSX syntax by React // as well. exclude: [ new RegExp(`${__dirname}/node_modules/(?!@jitsi/js-utils)`) ],...

@jcbrand But as far as I see there is no other loader for a `js` file in the webpack config that `@converse/headless` uses. And unfortunately [headless-example](https://github.com/conversejs/headless-example) is outdated. It uses...

I have imported the package from `npm` and I haven't built it myself. Aren't minified files supposed to be built and not need any loader to read from?

Introducing Hooks #7

You can run prettier on `pre-commit` hook. Probably another solution could be to add prettier as a peer dependency. Also, I made a pull request #459 where you can run...

https://github.com/facebook/relay/issues/3051

Me and @smmoosavi wrote a [package](https://github.com/c0m1t/relay-enum-generator) for this purpose: `relay-enum-generator`

@sibelius Where should I add this to?

[This](https://stackoverflow.com/a/61679358/5289334) might explain it a little more. [This](https://github.com/zertosh/invariant/issues/36#issuecomment-406933188) explains how the message could be stripped in production mode. And they probably named it `invariant` because the provided condition should not...