Skip to content

Commit

Permalink
Fixed #253: Webpack UDM issue
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Jan 2, 2019
1 parent 76f2671 commit 49b6d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = {
publicPath: publicPath,
library: 'IntlTelInput',
libraryTarget: 'umd',
globalObject: 'typeof self !== \'undefined\' ? self : this',
},

externals: {
Expand Down

0 comments on commit 49b6d44

Please sign in to comment.