Add a flag to dev server to generate sourcemaps #719
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sourcemaps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To generate source maps, a developer can add the --source-map flag to the dev script or run npm run dev -- --source-map.
The source-map flag has not been mentioned in the readme file due to the following reasoning