add sentry

This commit is contained in:
Pete Matsyburka
2024-05-23 11:50:14 +03:00
parent 2a75055fb6
commit 1405fefc85
7 changed files with 109 additions and 3 deletions
+3
View File
@@ -12,6 +12,9 @@ const configs = generateWebpackConfig({
optimization: {
runtimeChunk: false,
splitChunks: {
chunks (chunk) {
return chunk.name !== 'sentry'
},
cacheGroups: {
default: false,
applicationVendors: {