Ship non minified version of code that can be used in dev mode for better error reporting
It woild be great if we could figure out a way similar to how React itself handled it for shipping a non minified version of the package so that any consumer can get better error reporting during development.
The sourcemaps from this package don't get included in the frontend sourcemaps because this is a package and the sourcemaps only contain the first party code by default. And having to manually add a sourcemap loader webpack plugin just isn't a great solution...
@Antonio-Laguna @nicholasio Curious to hear whether you have ever encountered something like this :) Would be great to find a solution here to make the development process of working with these block components nicer :)