From b48f7ec3b18534e6376103c348b1f3c0ad6b14a7 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Tue, 20 Feb 2018 20:01:18 +0000 Subject: Remove "notes" bundle from webpack config --- config/webpack.config.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'config') diff --git a/config/webpack.config.js b/config/webpack.config.js index fe2111d1a5c..d4e9d271c3d 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -71,7 +71,6 @@ var config = { monitoring: './monitoring/monitoring_bundle.js', network: './network/network_bundle.js', notebook_viewer: './blob/notebook_viewer.js', - notes: './notes/index.js', pdf_viewer: './blob/pdf_viewer.js', pipelines: './pipelines/pipelines_bundle.js', pipelines_details: './pipelines/pipeline_details_bundle.js', @@ -259,7 +258,6 @@ var config = { 'merge_conflicts', 'monitoring', 'notebook_viewer', - 'notes', 'pdf_viewer', 'pipelines', 'pipelines_details', -- cgit v1.2.3