Joris

Results 58 comments of Joris

Hi ! The following works for me (with Next.js) : ```js // .babelrc.js const isTest = String(process.env.NODE_ENV) === 'test'; module.exports = { presets: [['next/babel', { 'styled-jsx': { 'babel-test': isTest }...

@rouwe111 Got same problem. As a workaround you can rename `.bundle-analyzer.config.js` to `.bundle-analyzerrc.json`. It works for me.

> > LGTM! thank you for the contribution > > Can you add a test for the option you've added? thank you > > I'd like to, but I don't...

Hey @smitpatel1010 @ijjk @timneutkens what about that PR? Do you think it can be merged?

@balazsorban44 Do you have some news about that PR? Thank you

Hi ! Will you remove [PHP Markdown Parser](michelf.ca/projects/php-markdown/) and add ParseDown ?

No no, it's ok ! Just wating ;)

@kayhadrin As we discussed in #137, you can find a minimal reproduction of this issue Repro use Next.js & Typescript. In [`src/pages/index.tsx`](https://github.com/joris-/fbt-issue/blob/master/src/pages/index.tsx), I've describe 3 cases, one of which does...

I can help you to setup a tool like [release-it](https://github.com/release-it/release-it)

@ameerthehacker what do you think about https://github.com/semantic-release/semantic-release ?