diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2025-04-09 12:58:33 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2025-04-09 12:58:33 +0000 |
| commit | 251fdf728130d26abaac55d3835db8d26e05cb40 (patch) | |
| tree | 650c689dfcab6eaa1163e731c7025038c3dd5a00 /package.json | |
| parent | b13144adb8c3b498674efcebd0f70e88d24b77dc (diff) | |
Externalize vue using `externalsType: 'global'`.
Closes #5446
Merge request studip/studip!4115
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index e52d011..7a4d3e8 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "@isaul32/ckeditor5-math": "43.2.x", "@playwright/test": "^1.33.0", "@popperjs/core": "^2.11.2", + "@rsdoctor/webpack-plugin": "^1.0.1", "@types/jquery": "^3.5.16", "@types/jqueryui": "^1.12.16", "@types/lodash": "^4.14.191", @@ -83,6 +84,7 @@ "chart.js": "^2.9.4", "chartist": "0.11.4", "colorpare": "^2.2.0", + "copy-webpack-plugin": "^13.0.0", "cropperjs": "1.5.9", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", |
