Skip to content

Commit 33e5ce5

Browse files
committed
remove unknown rollup input option breakOnWarning
As seen in https://buildkite.com/rails/rails/builds/104749#018d92dc-79b9-42bc-9a8c-bbcf5681f9eb/1165-1176 breakOnWarning does not seem to be a valid option for Rollup. I cannot find in the documentation, and therefore I think it can safely be removed.
1 parent 0f9aaa5 commit 33e5ce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

actioncable/rollup.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ export default [
3838
format: "umd",
3939
name: "ActionCable"
4040
},
41-
breakOnWarning: false,
4241
plugins: [
4342
resolve(),
4443
terser(terserOptions)
4544
]
4645
},
47-
]
46+
]

0 commit comments

Comments
 (0)