aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/webpack.config.js
diff options
context:
space:
mode:
authorVodafone <onap@vodafone.com>2019-03-18 15:46:53 +0530
committerOren Kleks <orenkle@amdocs.com>2019-03-25 06:35:11 +0000
commit804ec686128a49628e9f656397e4a4512e4c5714 (patch)
treefc8f51a544e0e92af80f6e44770ba3f248a8cbcd /openecomp-ui/webpack.config.js
parentc5927b27b83286c6f4aef7ae5be19a16398c23ce (diff)
List of Input Parameters for VSP: FE
Change-Id: I17697b5646c1a201678dbab11fef28a7483fbf8c Issue-ID: SDC-2049 Co-authored-by: rahul.ghugikar@vodafone.com, soumyarup.paul@vodafone.com Signed-off-by: Vodafone <onap@vodafone.com>
Diffstat (limited to 'openecomp-ui/webpack.config.js')
-rw-r--r--openecomp-ui/webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/openecomp-ui/webpack.config.js b/openecomp-ui/webpack.config.js
index db952e4a7e..2e8731e271 100644
--- a/openecomp-ui/webpack.config.js
+++ b/openecomp-ui/webpack.config.js
@@ -92,7 +92,8 @@ module.exports = (env, argv) => {
),
path.join(__dirname, 'node_modules/react-datepicker/'),
path.join(__dirname, 'node_modules/react-select/'),
- path.join(__dirname, 'node_modules/sdc-ui/')
+ path.join(__dirname, 'node_modules/sdc-ui/'),
+ path.join(__dirname, 'node_modules/react-checkbox-tree/')
]
},
{