Florian
Florian
For me this is an issue because I have a `GITHUB_TOKEN` in my local environment, but only for some automated gists. Naturally that token does not have access to any...
@siddharthkp I already use a token for some gist things, but bundlesize tries to use it and then fails the build because of a 404 from github because the token...
This is still an issue. Any news?
I tried it out with different projects, also with https://github.com/Raigen/babel6-tmp. As long as babel-upgrade does not support monorepos this could be counterproductive for these. The current solution I did for...
I get the same error when using partials. ``` javascript if ( statement && statement.type && statement.type === 'partial' ) { res.push(statement.id.string); } ``` There is no `id` value in...
Hi, thanks for the fast response. The example looks that odd because I tried to mimic our quiet complex component. Since I did not knew what causes the issue I...
So are there any news on this topic? I am currently fixing this issue by doing `concat` with a lot of components that are on the same DOM level as...
@bruderstein I would also expect it to flatten. Also old tests do not include any wrapping components, not for arrays and not for `React.Fragment`, so flattening has a higher compatability...