We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2492348 commit c5ac44bCopy full SHA for c5ac44b
js/load-image-exif.js
@@ -17,7 +17,7 @@
17
// Register as an anonymous AMD module:
18
define(['load-image', 'load-image-meta'], factory);
19
} else if (typeof module === 'object' && module.exports) {
20
- factory(require('./load-image'), require('./load-image-meta'));
+ factory(require('./load-image'), require('imports?define=>false!./load-image-meta'));
21
} else {
22
// Browser globals:
23
factory(window.loadImage);
0 commit comments