We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca2ecf commit a9c4682Copy full SHA for a9c4682
deno/deno.jsonc
@@ -2,8 +2,7 @@
2
"$schema": "https://raw.githubusercontent.com/denoland/deno/refs/heads/main/cli/schemas/config-file.v1.json",
3
"nodeModulesDir": "auto",
4
"unstable": [
5
- "sloppy-imports",
6
- "detect-cjs"
+ "sloppy-imports"
7
],
8
"tasks": {
9
"build": "deno run -A npm:@react-router/[email protected] build",
0 commit comments