Don't use debugger in dev for better speeds

This commit is contained in:
LFades 2022-01-12 02:47:42 -05:00
parent f63a13e930
commit debcc8c343
2 changed files with 4 additions and 1 deletions

2
package-lock.json generated
View File

@ -7097,6 +7097,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@react-spring/web": "^9.2.1", "@react-spring/web": "^9.2.1",
"@vercel/commerce": "^0.0.1",
"@vercel/commerce-local": "^0.0.1", "@vercel/commerce-local": "^0.0.1",
"autoprefixer": "^10.2.6", "autoprefixer": "^10.2.6",
"body-scroll-lock": "^3.1.5", "body-scroll-lock": "^3.1.5",
@ -10025,6 +10026,7 @@
"@types/lodash.throttle": "^4.1.6", "@types/lodash.throttle": "^4.1.6",
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"@types/react": "^17.0.8", "@types/react": "^17.0.8",
"@vercel/commerce": "^0.0.1",
"@vercel/commerce-local": "^0.0.1", "@vercel/commerce-local": "^0.0.1",
"autoprefixer": "^10.2.6", "autoprefixer": "^10.2.6",
"body-scroll-lock": "^3.1.5", "body-scroll-lock": "^3.1.5",

View File

@ -3,7 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"analyze": "BUNDLE_ANALYZE=both next build", "analyze": "BUNDLE_ANALYZE=both next build",
@ -15,6 +15,7 @@
}, },
"dependencies": { "dependencies": {
"@react-spring/web": "^9.2.1", "@react-spring/web": "^9.2.1",
"@vercel/commerce": "^0.0.1",
"@vercel/commerce-local": "^0.0.1", "@vercel/commerce-local": "^0.0.1",
"autoprefixer": "^10.2.6", "autoprefixer": "^10.2.6",
"body-scroll-lock": "^3.1.5", "body-scroll-lock": "^3.1.5",