Skip to content

Commit

Permalink
fix(core): using this as global object
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed May 14, 2022
1 parent e3df8e2 commit 5d21523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
library: {
type: 'umd',
},
globalObject: 'this',
},
externals: /^@angular\//,
module: {
Expand Down

0 comments on commit 5d21523

Please sign in to comment.