1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 01:56:38 +09:00

fix: optimize analytics

This commit is contained in:
2019-08-07 17:42:07 +09:00
parent 4cd10945b5
commit 102b98b76a
10 changed files with 1642 additions and 11247 deletions

View File

@@ -2,7 +2,7 @@
"name": "@namae/web",
"version": "0.1.0",
"scripts": {
"build": "react-scripts build",
"build": "NODE_ENV=production react-scripts build",
"eject": "react-scripts eject",
"now-build": "yarn build",
"now-dev": "BROWSER=none react-scripts start",
@@ -30,7 +30,8 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.7"
"@testing-library/react": "^8.0.8",
"@types/node": "^12.7.0"
},
"browserslist": {
"production": [