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.
2 parents aec698e + c338ea7 commit 44672c5Copy full SHA for 44672c5
webpack.config.js
@@ -22,7 +22,8 @@ module.exports = {
22
// global export name if needed
23
library: 'RemoteStorage',
24
libraryTarget: 'umd',
25
- umdNamedDefine: true
+ umdNamedDefine: true,
26
+ globalObject: 'this'
27
},
28
// the only external dependecy is xmlhttprequest because it is
29
// different in browser and in node env so user has to manage with that
0 commit comments