-

+
\ No newline at end of file
diff --git a/webpack.config.js b/webpack.config.js
index 7203cb659..6e71b96dc 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -145,12 +145,7 @@ async function webpackConfig() {
path.resolve(__dirname, 'well-known'),
]
}),
- new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
- new CopyPlugin({
- patterns: [
- { from: 'assets/lmu/sigillum.svg', to: path.resolve(__dirname, 'static', 'img/lmu/sigillum.svg') },
- ]
- }),
+ new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageVersion)
}),