Fix webpack of notebook react renderer sample

This commit is contained in:
Matt Bierner
2023-03-20 15:43:30 -07:00
parent cd1dee58d3
commit bc0e27acce
3 changed files with 8 additions and 521 deletions

View File

@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/node": "^16.18.11",
"@types/node": "^18.15.5",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/vscode": "^1.58.0",
@ -48,7 +48,6 @@
"concurrently": "^5.3.0",
"css-loader": "^4.2.0",
"eslint": "^8.26.0",
"fork-ts-checker-webpack-plugin": "^5.0.14",
"glob": "^7.1.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",