Results 1 comments of rebareba

```bash $ cd superset-frontend $ npm i simple-zstd -D ``` Edit `superset-frontend/webpack.proxy-config.js` add `zstd` support : ```js const {ZSTDDecompress} = require('simple-zstd'); ... function processHTML(proxyResponse, response) { ... } else if...