Skip to content

Commit ede4f99

Browse files
authored
remove redundant sourcemap flags (#784)
1 parent 4b48860 commit ede4f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build": "run-s build:*",
1515
"build:icons": "tsx ./other/build-icons.ts",
16-
"build:remix": "remix vite:build --sourcemapClient --sourcemapServer",
16+
"build:remix": "remix vite:build",
1717
"build:server": "tsx ./other/build-server.ts",
1818
"predev": "npm run build:icons --silent",
1919
"dev": "node ./server/dev-server.js",

0 commit comments

Comments
 (0)