Skip to content

Commit aafbf0a

Browse files
authored
Merge pull request rails#51040 from hendrixfan/remove-rollup-option
remove unknown rollup input option breakOnWarning
2 parents fc9ed11 + 33e5ce5 commit aafbf0a

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)