Better source explorer config.
parent
82dc6a104b
commit
aea105297d
|
|
@ -40,8 +40,7 @@
|
||||||
"webtorrent": "^0.107.16"
|
"webtorrent": "^0.107.16"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"analyze-main": "source-map-explorer build/static/js/main.*",
|
"analyze": "source-map-explorer build/static/js/*",
|
||||||
"analyze-chunk": "source-map-explorer build/static/js/2.*",
|
|
||||||
"start": "HTTPS=true PORT=4443 react-scripts start",
|
"start": "HTTPS=true PORT=4443 react-scripts start",
|
||||||
"build": "react-scripts build && mkdir -p ../server/public && rm -rf ../server/public/* && cp -r build/* ../server/public/",
|
"build": "react-scripts build && mkdir -p ../server/public && rm -rf ../server/public/* && cp -r build/* ../server/public/",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue