Skip to content

Commit

Permalink
fix for node
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Przodała authored and Mariusz Przodała committed Mar 27, 2022
1 parent 11666ac commit 19e0dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack-prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const config = {
sourceMapFilename: '[name].map',
library: 'eventrix',
libraryTarget: 'umd',
globalObject: 'this',
umdNamedDefine: true,
},
externals(context, request, callback) {
Expand Down

0 comments on commit 19e0dbb

Please sign in to comment.