Mark Erikson
Mark Erikson
This is still definitely broken. Steps to reproduce: - Clone https://github.com/replayio/devtools - Check out branch `bugfix/FE-434-next-swc-sourcemaps-busted` - `yarn` to install deps - `yarn build` - Open up https://evanw.github.io/source-map-visualization/ in a...
Afraid I'm busy at a conference today, but I should be back online on Monday. Please let me know if you still need something more!
@kdy : yeah, the zip file I attached _should_ have sourcemaps from four different build setup variations, no other code changes between them. I will say that our sourcemaps have...
Yeah, our current target is `chrome: 95`: - [`next.config.js`](https://github.com/replayio/devtools/blob/ecb88e16d48d3a4343b4d32e9c576df3295a9443/next.config.js#L23-L28) - [`.babelrc`](https://github.com/replayio/devtools/blob/ecb88e16d48d3a4343b4d32e9c576df3295a9443/.babelrc) - [`package.json` browserslist](https://github.com/replayio/devtools/blob/main/package.json#L213-L215)
Sweet, thanks! I'll definitely try that out as soon as you've got it available.
Thank you! We're still on Next 12 atm, but I'll try upgrading soon and see what happens.
Yep. We use Docusaurus hosted on Netlify for all the Redux docs sites. Also, we get a domain name via https://js.org .
Why in the world are you trying to install React as a Linux package? Also, the React team is definitely not responsible for any repackaging of React into a Linux...
@abriginets I think this is an artifact of how React's internals have been rewritten. If you look at https://unpkg.com/browse/[email protected]/cjs/react-dom.production.js , the file `react-dom.production.js` is 6KB unminified, which likely corresponds with...
I'll tag in a related React-Redux issue: - https://github.com/reduxjs/react-redux/issues/2086