Vijay Jain

Results 7 comments of Vijay Jain

I played around with this and was able to get content from the compressed file by doing: ``` content = zlib.unzipSync(fs.readFileSync(bundlePath)).toString(); ``` Config which I kept was: ``` output: {...

@RedVelocity @valscion Brotli also worked well as zlib supports it, PR on the way. Config for brotli: ``` new CompressionPlugin({ filename: '[path].br', algorithm: 'brotliCompress', test: /\.(js|jsx|css|html|png|svg|jpg|gif)$/, compressionOptions: { // zlib’s...

Made a PR(https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/379), please have a look.

@devongovett Opened a draft PR for @react-stately and @react-types, please have a look. Just want to make sure if I got the feature right. I will be adding aria/stories/test later.

Awesome, I will work on this.

I will be soon raising a PR for unit test setup, you are welcome to add more tests once it gets merged.

@ckpiyanon I would like to work on this, could you assign this to me?