included glitchtip/sentry

This commit is contained in:
2025-03-21 14:27:08 +01:00
parent 8b2c26774f
commit e8a7c0d190
65 changed files with 10897 additions and 8974 deletions

View File

@@ -53,18 +53,18 @@ module.exports = merge(baseConfig, {
new BundleAnalyzerPlugin({
'analyzerMode': 'static'
}),
new WebpackShellPluginNext({
// onBuildStart:{
// scripts: ['echo "Webpack Start"'],
// blocking: true,
// parallel: false
// },
// drush is not installed in this container so we have to ssh on the php container
onAfterDone:{
scripts: ['echo "Clearing drupal cache $USER_UNAME $DRUPAL_ROOT"', 'sshpass -p "$USER_UNAME" ssh $USER_UNAME@php "cd $DRUPAL_ROOT && drush cc css-js"', 'echo "Done"'],
blocking: true,
parallel: false
}
})
// new WebpackShellPluginNext({
// // onBuildStart:{
// // scripts: ['echo "Webpack Start"'],
// // blocking: true,
// // parallel: false
// // },
// // drush is not installed in this container so we have to ssh on the php container
// onAfterDone:{
// scripts: ['echo "Clearing drupal cache $USER_UNAME $DRUPAL_ROOT"', 'sshpass -p "$USER_UNAME" ssh $USER_UNAME@php "cd $DRUPAL_ROOT && drush cc css-js"', 'echo "Done"'],
// blocking: true,
// parallel: false
// }
// })
]
})