-
-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
module.exports = require('./js') | ||
module.exports = { | ||
iframeResize: require('./js/iframeResizer'), | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
perjo927
|
||
contentWindow: require('./js/iframeResizer.contentWindow') | ||
} |
Hi, I believe this should be considered a breaking change.
The following import that was working in the former version:
import { iframeResizer } from 'iframe-resizer';
after bumping the version of this package, now throws:
TypeError: iframeResizer is not a function