Skip to content

Commit

Permalink
build(umd.js): included umd creation for ootk-transforms module
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent 946a387 commit 13ef127
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 @@ -32,6 +32,7 @@ let umd = {
entry: {
'ootk': ['./lib/ootk.es.js'],
'ootk-sgp4': ['./lib/ootk-sgp4.es.js'],
'ootk-transforms': ['./lib/ootk-transforms.es.js'],
},
output: {
filename: '[name].js',
Expand All @@ -53,6 +54,7 @@ let minUmd = {
entry: {
'ootk': ['./lib/ootk.es.js'],
'ootk-sgp4': ['./lib/ootk-sgp4.es.js'],
'ootk-transforms': ['./lib/ootk-transforms.es.js'],
},
output: {
filename: '[name].min.js',
Expand Down

0 comments on commit 13ef127

Please sign in to comment.