Skip to content

Commit

Permalink
use globalObject: this
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewberryman committed Apr 30, 2018
1 parent fe0d710 commit a7f431f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
filename: 'dms.js',
libraryTarget: 'umd',
libraryExport: 'default',
globalObject: 'this',
library: 'dms'
}
}
}

0 comments on commit a7f431f

Please sign in to comment.