mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: fixes broken tests on ember-cli due to uppy
The import was not found and causing the following error: ``` Uncaught TypeError: Class extends value undefined is not a constructor or null ```
This commit is contained in:
1
vendor/assets/javascripts/uppy.js
vendored
1
vendor/assets/javascripts/uppy.js
vendored
@@ -6,7 +6,6 @@
|
||||
// use the plugins we actually want.
|
||||
window.Uppy = {}
|
||||
Uppy.Core = require('./packages/@uppy/core/lib/index.js')
|
||||
Uppy.BasePlugin = Uppy.Core.BasePlugin
|
||||
Uppy.XHRUpload = require('./packages/@uppy/xhr-upload/lib/index.js')
|
||||
Uppy.AwsS3 = require('./packages/@uppy/aws-s3/lib/index.js')
|
||||
Uppy.AwsS3Multipart = require('./packages/@uppy/aws-s3-multipart/lib/index.js')
|
||||
|
||||
Reference in New Issue
Block a user