diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2026-01-13 10:53:51 +0100 |
|---|---|---|
| committer | Ron Lucke <lucke@elan-ev.de> | 2026-01-13 10:53:51 +0100 |
| commit | f637e7ae2d086941a11297ccc29ac273ad6759b0 (patch) | |
| tree | 7c39c0f0571c31853641bdd800bb71e8eb240244 /webpack.common.js | |
| parent | cb4bdf265fe84443f6000e4af6e132f5aa566e3f (diff) | |
UI-Kit - Grundlagen
Merge request studip/studip!4574
Diffstat (limited to 'webpack.common.js')
| -rw-r--r-- | webpack.common.js | 1 |
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: { |
