removed default browsers from package
This commit is contained in:
@@ -32,6 +32,13 @@ Go to your client folder (frontend), and set your workspace:
|
|||||||
> npm install <br />
|
> npm install <br />
|
||||||
> npm start
|
> npm start
|
||||||
|
|
||||||
|
```
|
||||||
|
We're unable to detect target browsers.
|
||||||
|
Would you like to add the defaults to your package.json? (Y/n)
|
||||||
|
```
|
||||||
|
|
||||||
|
> Y
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
### STEP 3:
|
### STEP 3:
|
||||||
|
|||||||
@@ -12,17 +12,5 @@
|
|||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.1",
|
||||||
"react-scripts": "^4.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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user