DEV: Require uppy.js in theme_qunit_vendor.js (#14251)
The smoke test has been failing with the error: ``` TypeError: Cannot read properties of undefined (reading 'Core') ``` Sincede20c46077
and9873a942e3
this error has been occurring, possibly now because Uppy is required by a plugin. Adding uppy.js into the require list for theme_qunit_vendor.js fixes the issue.
This commit is contained in:
parent
dd4b8c2afa
commit
b09688a153
|
@ -29,6 +29,7 @@
|
|||
//= require mousetrap-global-bind.js
|
||||
//= require rsvp.js
|
||||
//= require show-html.js
|
||||
//= require uppy.js
|
||||
//= require buffered-proxy
|
||||
//= require jquery.autoellipsis-1.0.10
|
||||
//= require virtual-dom
|
||||
|
|
Loading…
Reference in New Issue