aboutsummaryrefslogtreecommitdiff
path: root/webpack.common.js
diff options
context:
space:
mode:
authorRon Lucke <lucke@elan-ev.de>2026-01-13 10:53:51 +0100
committerRon Lucke <lucke@elan-ev.de>2026-01-13 10:53:51 +0100
commitf637e7ae2d086941a11297ccc29ac273ad6759b0 (patch)
tree7c39c0f0571c31853641bdd800bb71e8eb240244 /webpack.common.js
parentcb4bdf265fe84443f6000e4af6e132f5aa566e3f (diff)
UI-Kit - Grundlagen
Merge request studip/studip!4574
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index bed2460..c1d9ac7 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -151,6 +151,7 @@ module.exports = {
'jquery-ui/widgets/droppable': 'jquery-ui/ui/widgets/droppable',
'jquery-ui/widgets/resizable': 'jquery-ui/ui/widgets/resizable',
'@': path.resolve(__dirname, 'resources'),
+ '@studip-ui': path.resolve(__dirname, 'packages/studip-ui/src'),
},
extensions: ['.ts', '.vue', '.js'],
fallback: {