Skip to content

Commit

Permalink
Load dev bundle only in dev mode (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Aug 30, 2019
1 parent 431e843 commit 8f425c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webviz_core_components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@
_js_dist = [
{
'relative_package_path': 'webviz_core_components.min.js',
'namespace': package_name
},
{
'relative_package_path': 'webviz_core_components.dev.js',
'dev_package_path': 'webviz_core_components.dev.js',
'namespace': package_name
},
{
Expand Down

0 comments on commit 8f425c9

Please sign in to comment.