React.NET
React.NET copied to clipboard
Stack trace when pre-compiling script with webpack?
I'm building my scripts with webpack and they are packaged and minified. This means that we I get an error during server side render it will just point me to a line in the minified file that does really give me any info. Is it possible to utilise source maps or something to give better output/logs?