Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually output source maps
  • Loading branch information
regalijan committed Feb 3, 2024
1 parent c5c6440 commit 10ecf63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions esbuild.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,9 +4,9 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "remix build",
"build": "remix build --sourcemap",
"format": "prettier -wc .",
"publish": "remix build && wrangler pages deploy public"
"publish": "remix build --sourcemap && wrangler pages deploy public"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
Expand Down

0 comments on commit 10ecf63

Please sign in to comment.