Skip to content

Commit

Permalink
feat(lib): Export public API as UMD
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Weiß committed Dec 5, 2016
1 parent b565905 commit e96a47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if (args[0] === '-p') {
output = {
path: dirDist,
filename: 'all.min.js',
libraryTarget: 'umd',
};
plugins = [
new webpack.optimize.DedupePlugin(),
Expand Down

0 comments on commit e96a47c

Please sign in to comment.