mirror of https://github.com/rails/rails
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.
This commit is contained in:
parent
0f9aaa5ca9
commit
33e5ce5fce
|
@ -38,7 +38,6 @@ export default [
|
||||||
format: "umd",
|
format: "umd",
|
||||||
name: "ActionCable"
|
name: "ActionCable"
|
||||||
},
|
},
|
||||||
breakOnWarning: false,
|
|
||||||
plugins: [
|
plugins: [
|
||||||
resolve(),
|
resolve(),
|
||||||
terser(terserOptions)
|
terser(terserOptions)
|
||||||
|
|
Loading…
Reference in New Issue