File tree Expand file tree Collapse file tree 4 files changed +215
-203
lines changed
Expand file tree Collapse file tree 4 files changed +215
-203
lines changed Original file line number Diff line number Diff line change 11{
2- "python.analysis.typeCheckingMode" : " standard"
2+ "python.analysis.typeCheckingMode" : " standard" ,
3+ "python-envs.defaultEnvManager" : " ms-python.python:conda" ,
4+ "python-envs.defaultPackageManager" : " ms-python.python:conda" ,
5+ "python-envs.pythonProjects" : []
36}
Original file line number Diff line number Diff line change 11# Let's go
22
33```
4- npm run build
4+ python build_variants.py
5+ pnpm run build
56```
67
78# Crypto
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "devDependencies" : {
44 "css-loader" : " ^7.1.2" ,
5- "mini-css-extract-plugin" : " ^2.9.2 " ,
6- "sass" : " ^1.89.1 " ,
5+ "mini-css-extract-plugin" : " ^2.9.4 " ,
6+ "sass" : " ^1.93.2 " ,
77 "sass-loader" : " ^16.0.5" ,
88 "style-loader" : " ^4.0.0" ,
9- "ts-loader" : " ^9.5.2 " ,
10- "typescript" : " ^5.8 .3" ,
11- "webpack" : " ^5.99.9 " ,
9+ "ts-loader" : " ^9.5.4 " ,
10+ "typescript" : " ^5.9 .3" ,
11+ "webpack" : " ^5.102.1 " ,
1212 "webpack-cli" : " ^6.0.1"
1313 },
1414 "version" : " 1.0.0" ,
1919 "build:dev" : " webpack --mode=development" ,
2020 "build:prod" : " webpack --mode=production --node-env=production" ,
2121 "watch" : " webpack --watch"
22- },
23- "dependencies" : {
2422 }
2523}
You can’t perform that action at this time.
0 commit comments