aboutsummaryrefslogtreecommitdiff
path: root/webpack.common.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js4
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(),