Skip to content

Commit

Permalink
Merge pull request crabbly#230 from dicksonlabs/fix-export
Browse files Browse the repository at this point in the history
Fix undefined default export
  • Loading branch information
crabbly authored Sep 18, 2018
2 parents dbf3ffb + 638ce48 commit 8ba9e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ module.exports = {
'./src/index.js'
],
output: {
library: 'printJs',
libraryTarget: 'umd',
path: path.resolve(__dirname, 'dist'),
filename: 'print.js',
sourceMapFilename: 'print.map'
Expand Down

0 comments on commit 8ba9e13

Please sign in to comment.