aboutsummaryrefslogtreecommitdiff
path: root/webpack.common.js
diff options
context:
space:
mode:
authorMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-01-15 09:08:37 +0000
committerMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-01-15 09:08:37 +0000
commit58ca2df83f308e8acf8cddfbae68c3cf6abdd316 (patch)
treed9c5f59556525d1e703352dc1ba536096f3e949d /webpack.common.js
parent8da661dad2dcefddce9fbb2bbb0e6dd1d1127db0 (diff)
Integration von Peer-Review in Courseware
Closes #2484 Merge request studip/studip!3196
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index e8f4106..bded2cf 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -104,7 +104,8 @@ module.exports = {
new VueLoaderPlugin(),
new MiniCssExtractPlugin({
filename: "stylesheets/[name].css",
- chunkFilename: "stylesheets/[name].css?h=[chunkhash]"
+ chunkFilename: "stylesheets/[name].css?h=[chunkhash]",
+ ignoreOrder: true,
}),
new ESLintPlugin({
configType: 'flat',