Skip to content

Commit 1996c03

Browse files
committed
keep _experiments optional
1 parent 094114b commit 1996c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const sentryUnplugin = sentryUnpluginFactory({
186186
});
187187

188188
type SentryWebpackPluginOptions = Options & {
189-
_experiments: Options["_experiments"] & {
189+
_experiments?: Options["_experiments"] & {
190190
/**
191191
* If enabled, the webpack plugin will exit the build process after the build completes.
192192
* Use this with caution, as it will terminate the process.

0 commit comments

Comments
 (0)