Skip to content

Commit

Permalink
Merge pull request #13 from julianrubisch/es-module
Browse files Browse the repository at this point in the history
Switch to esmodule export
  • Loading branch information
excid3 authored Oct 22, 2024
2 parents f7b9ed9 + 8f9358a commit 47364e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import settle from "@uppy/utils/lib/settle"
import "@uppy/utils/lib/RateLimitedQueue"
const { DirectUpload } = require("@rails/activestorage")

module.exports = class ActiveStorageUpload extends BasePlugin {
export default class ActiveStorageUpload extends BasePlugin {
constructor(uppy, opts) {
super(uppy, opts)

Expand Down

0 comments on commit 47364e6

Please sign in to comment.