Skip to content

Commit

Permalink
build(umd.js): included utils module in umd creation
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent 98a8059 commit 84682ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ let umd = {
'ootk': ['./lib/ootk.es.js'],
'ootk-sgp4': ['./lib/ootk-sgp4.es.js'],
'ootk-transforms': ['./lib/ootk-transforms.es.js'],
'ootk-utils': ['./lib/ootk-utils.es.js'],
},
output: {
filename: '[name].js',
Expand All @@ -55,6 +56,7 @@ let minUmd = {
'ootk': ['./lib/ootk.es.js'],
'ootk-sgp4': ['./lib/ootk-sgp4.es.js'],
'ootk-transforms': ['./lib/ootk-transforms.es.js'],
'ootk-utils': ['./lib/ootk-utils.es.js'],
},
output: {
filename: '[name].min.js',
Expand Down

0 comments on commit 84682ac

Please sign in to comment.