Roberto
Roberto
It'd be nice to be compatible with `webpack.SourceMapDevToolPlugin` (like `Uglify` or `Terser`). Related to #91
Reporting here as well as I was able to replicate the same issue I’m having with `pkg`. https://github.com/zeit/pkg/issues/816 > Hi, I'm using `express-http-context` that uses node `async_hooks` to store data...
Comments using the default `ft` in `.tsx` files doesn't work, it still adds `// `. The only way I got it working was setting the `ft` to `javascript.jsx`, then comments...
If you want to generate a `sitemap.xml` for your static website you can do this in the `package.json`, like this: ```json "homepage": "https://mycoolwebsite.com/", "reactSnap": { "sitemap": true } ``` Without...