Skip to content

Commit 7b61b70

Browse files
author
Luca Forstner
committed
meta: Disable webpack as required name in .craft.yml
1 parent a723f7b commit 7b61b70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.craft.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ requireNames:
88
- /^sentry-esbuild-plugin-.*\.tgz$/
99
- /^sentry-rollup-plugin-.*\.tgz$/
1010
- /^sentry-vite-plugin-.*\.tgz$/
11-
- /^sentry-webpack-plugin-.*\.tgz$/
11+
# TEMP
12+
# - /^sentry-webpack-plugin-.*\.tgz$/
1213
targets:
1314
- name: github
1415
includeNames: /^sentry-.*.tgz$/

0 commit comments

Comments
 (0)