diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2025-06-18 09:38:03 +0200 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2025-06-18 09:38:03 +0200 |
| commit | 8768f66892f18eb8243b2cddb25b0b093ad25c0a (patch) | |
| tree | f5b519309d140dad5301417c17229e3cc12ad802 /webpack.common.js | |
| parent | 3bdaee3534c1e3adf190f278a213cb685cffee46 (diff) | |
Resolve "PDF-Dateien annotieren"
Closes #5397
Merge request studip/studip!4201
Diffstat (limited to 'webpack.common.js')
| -rw-r--r-- | webpack.common.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js index e2c24cd..c2d2036 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -113,6 +113,10 @@ module.exports = { from: './node_modules/vuex/dist/vuex.global.prod.js', to: './javascripts/vuex.global.prod.js', }, + { + from: './node_modules/@studip/pdfjs-studip', + to: './javascripts/pdfjs' + }, ], }), new VueLoaderPlugin(), |
