diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2025-01-27 15:52:02 +0000 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2025-01-27 15:52:02 +0000 |
| commit | 9b2411a078a279cb4e24c0cc2ca78c032ad55e94 (patch) | |
| tree | 58a7cb651133c20280d1d7253276feb8a92e2e01 /webpack.common.js | |
| parent | e4bf27a6e37efa3d7fd5decabacfd2dc94823aa6 (diff) | |
Resolve "Fehler bei der Anmeldeset-Verwaltung"
Closes #5086
Merge request studip/studip!3823
Diffstat (limited to 'webpack.common.js')
| -rw-r--r-- | webpack.common.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js index bded2cf..c18818d 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -11,7 +11,6 @@ const assetsPath = path.resolve(__dirname, "resources/assets/javascripts"); module.exports = { entry: { "studip-base": assetsPath + "/entry-base.js", - "studip-admission": assetsPath + "/entry-admission.js", "studip-statusgroups": assetsPath + "/entry-statusgroups.js", "studip-wysiwyg": assetsPath + "/entry-wysiwyg.js", "studip-installer": assetsPath + "/entry-installer.js", |
