Skip to content

Commit

Permalink
Fix legacy UMD output
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Jul 10, 2024
1 parent 9fadca6 commit f43ff5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/legacy/js/iframeResizer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import './notice'

import '../../parent/umd'
import iframeResize from '../../parent/umd'

export default iframeResize

0 comments on commit f43ff5b

Please sign in to comment.