Skip to content

Commit

Permalink
Let's try it again, but this time as a UMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 28, 2020
1 parent e76c153 commit a61e720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Expand Up @@ -23,7 +23,8 @@ module.exports = {
output: {
path: path.resolve(__dirname, 'dist'),
filename: '[name].js',
library: ['[name]']
library: ['[name]'],
libraryTarget: 'umd'
},
externals: {
'./PNotify': 'PNotify'
Expand Down

0 comments on commit a61e720

Please sign in to comment.