Skip to content

Commit

Permalink
remix-run/react-router#12078 buildのタイミングでエラーになる一時的な対策
Browse files Browse the repository at this point in the history
  • Loading branch information
crow-fox committed Dec 6, 2024
1 parent 8ea001f commit 62a540e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"build": "cross-env NODE_ENV=production react-router build",
"dev": "react-router dev",
"lint:markup": "markuplint 'app/**/*.tsx'",
"preview": "vite preview",
Expand Down Expand Up @@ -33,6 +33,7 @@
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"markuplint": "^4.11.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62a540e

Please sign in to comment.