Skip to content

Commit

Permalink
Fix webpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-set-studio committed Aug 3, 2018
1 parent 999cbbf commit 0b3884c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/beedle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ module.exports = () => {
]
},
output: {
library: name,
libraryTarget: 'umd',
path: `${__dirname}/dist/`,
filename: `${name}.js`
}
Expand Down

0 comments on commit 0b3884c

Please sign in to comment.