aboutsummaryrefslogtreecommitdiff
path: root/webpack.common.js
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-06-20 08:23:04 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-06-20 08:23:04 +0200
commit3ad35cce5da5146a8b3342e3feb65cb4b26e620f (patch)
tree61fa73bdf6749cd38bc73aa39cf13e5afc7a9cf0 /webpack.common.js
parent41e17b3ed7579104d9a9ec741fca0c576ac86cef (diff)
use different build for different webpack envs to enable Vue DevTools in browser, fixes #5652
Closes #5652 Merge request studip/studip!4268
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/webpack.common.js b/webpack.common.js
index c2d2036..bed2460 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -106,14 +106,6 @@ module.exports = {
new CopyPlugin({
patterns: [
{
- from: './node_modules/vue/dist/vue.global.prod.js',
- to: './javascripts/vue.global.prod.js',
- },
- {
- from: './node_modules/vuex/dist/vuex.global.prod.js',
- to: './javascripts/vuex.global.prod.js',
- },
- {
from: './node_modules/@studip/pdfjs-studip',
to: './javascripts/pdfjs'
},