diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-06-27 07:28:36 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-06-27 07:28:36 +0000 |
| commit | d7512f58ad4a43a60b179b4ff8a74adb6131171b (patch) | |
| tree | 25667e51ce4f31fbc695e0bff2af928d756f06bc /webpack.prod.js | |
| parent | b11152c9e53633e708cb71d76699c47faba63518 (diff) | |
bump webpack to version 5.61, fixes #1216
Closes #1216
Merge request studip/studip!725
Diffstat (limited to 'webpack.prod.js')
| -rw-r--r-- | webpack.prod.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webpack.prod.js b/webpack.prod.js index ba0f95e..92d6803 100644 --- a/webpack.prod.js +++ b/webpack.prod.js @@ -8,9 +8,6 @@ module.exports = merge(common, { mode: 'production', stats: 'errors-only', devtool: 'source-map', - output: { - publicPath: undefined - }, optimization: { minimize: true, minimizer: [ |
