removed default browsers from package

This commit is contained in:
Ben Elferink
2020-12-22 02:27:23 +02:00
parent fedda7b932
commit e50647784e
2 changed files with 7 additions and 12 deletions

View File

@@ -32,6 +32,13 @@ Go to your client folder (frontend), and set your workspace:
> npm install <br />
> npm start
```
We're unable to detect target browsers.
Would you like to add the defaults to your package.json? (Y/n)
```
> Y
<br />
### STEP 3:

View File

@@ -12,17 +12,5 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}