diff options
author | Phil Hughes <me@iamphill.com> | 2017-03-16 17:04:58 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-03-16 17:04:58 +0000 |
commit | b9c5d1cc6edda48080779f2942ae3cd4236d6ef3 (patch) | |
tree | bee772aa62111907a9c273b483b105fadeca4b04 /config/webpack.config.js | |
parent | 9f6299c47f22893fb135cab38652749cd473b62b (diff) | |
download | gitlab-ce-ipython-notebook-viewer.tar.gz |
Started iPython notebook vieweripython-notebook-viewer
Using NotebookLab library
[ci skip]
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index cbcc9ac5aea..c402836b200 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -36,6 +36,7 @@ var config = { merge_conflicts: './merge_conflicts/merge_conflicts_bundle.js', merge_request_widget: './merge_request_widget/ci_bundle.js', network: './network/network_bundle.js', + notebook_viewer: './blob/notebook_viewer.js', profile: './profile/profile_bundle.js', protected_branches: './protected_branches/protected_branches_bundle.js', snippet: './snippet/snippet_bundle.js', @@ -110,6 +111,7 @@ var config = { 'environments_folder', 'issuable', 'merge_conflicts', + 'notebook_viewer', 'vue_pipelines', ], minChunks: function(module, count) { |