Skip to content

Commit

Permalink
meta: Disable webpack as required name in .craft.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Aug 17, 2023
1 parent a723f7b commit 7b61b70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ requireNames:
- /^sentry-esbuild-plugin-.*\.tgz$/
- /^sentry-rollup-plugin-.*\.tgz$/
- /^sentry-vite-plugin-.*\.tgz$/
- /^sentry-webpack-plugin-.*\.tgz$/
# TEMP
# - /^sentry-webpack-plugin-.*\.tgz$/
targets:
- name: github
includeNames: /^sentry-.*.tgz$/
Expand Down

0 comments on commit 7b61b70

Please sign in to comment.