File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 "preclean-start" : " rm -rf frontend-assets-build 'userFolder/preview/**/*.(js|css|html)'" ,
6363 "clean-start" : " yarn build-frontend && yarn start" ,
6464 "start" : " concurrently \" yarn cra-start\" \" yarn electron-start\" " ,
65- "cra-start" : " BROWSER=none react-scripts start" ,
65+ "cra-start" : " BROWSER=none react-scripts --openssl-legacy-provider start" ,
6666 "serve-preview" : " http-server userFolder/preview" ,
6767 "electron-start" : " tsc -p electron && yarn copy-files && electron ." ,
6868 "electron-dev" : " yarn clean && concurrently \" BROWSER=none yarn start\" \" wait-on http://localhost:3000 && tsc -p electron -w\" \" wait-on http://localhost:3000 && yarn electron-start \" " ,
Original file line number Diff line number Diff line change @@ -9573,6 +9573,13 @@ mini-css-extract-plugin@^2.4.5:
95739573 dependencies:
95749574 schema-utils "^4.0.0"
95759575
9576+ mini-css-extract-plugin@^2.7.1:
9577+ version "2.7.2"
9578+ resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz#e049d3ea7d3e4e773aad585c6cb329ce0c7b72d7"
9579+ integrity sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==
9580+ dependencies:
9581+ schema-utils "^4.0.0"
9582+
95769583minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
95779584 version "1.0.1"
95789585 resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
You can’t perform that action at this time.
0 commit comments