Closed 2239559319 closed 2 years ago
So this fixes a bug introduced by this commit: https://github.com/remix-run/history/commit/6d901ec737fa5eb714dc3ef7ba92b8a8fc4689f4 right?
Also should the use of PRETTY be part of the docs. Seems a little confusing when the source map will be generated and when I need to make some changes to generate source maps
fix sourcemap generate. In production mode(default), there is no sourcemap generated. If you want to generate sourcemap by yourself, set the environment variable PRETTY to true. #928