issues
search
molgenis
/
molgenis-app-genenetwork
MIT License
2
stars
6
forks
source link
fix reactbundles not being updated
#31
Closed
royoelen
closed
5 years ago
royoelen
commented
5 years ago
The reactbundle and reactbundle.min files did not represent the current codebase, and were thus updated
the production build script was updated to work without watchify
uglify-js was updated
some ES6 scope-specific variable declarations using 'let' and 'cons' were changed to 'var' so that they work with uglify-js