Migrate uv guide to webpack

This commit is contained in:
2024-10-10 02:04:49 +02:00
parent 46e58bb49e
commit 86bbc4cf6e
4 changed files with 129 additions and 102 deletions

View File

@ -15,7 +15,8 @@
"sideEffects": [".css"],
"imports": {
"#openapi": "./staticfiles/generated/openapi/index.ts",
"#core:*": "./core/static/webpack/*"
"#core:*": "./core/static/webpack/*",
"#pedagogy:*": "./pedagogy/static/webpack/*"
},
"devDependencies": {
"@babel/core": "^7.25.2",