Skip to content

Commit

Permalink
Merge branch 'franckamayou-master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
igorprado committed Aug 1, 2017
2 parents 3f940da + c7f29cd commit 6a7f7f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion webpack.config.umd.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
output: {
path: path.join(__dirname, 'dist'),
filename: 'react-notification-system.js',
libraryTarget: 'umd'
libraryTarget: 'umd',
library: "ReactNotificationSystem"
},
externals: [
{
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.umd.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
output: {
path: path.join(__dirname, 'dist'),
filename: 'react-notification-system.min.js',
libraryTarget: 'umd'
libraryTarget: 'umd',
library: "ReactNotificationSystem"
},
devtool: 'source-map',
externals: [
Expand Down

0 comments on commit 6a7f7f6

Please sign in to comment.