X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=blobdiff_plain;f=webpack.devConfig.js;h=b7c570b7a4111f482531250a191c007728c915bb;hp=e21529fe31c432dfa0535bbbe588bae9fa704b9d;hb=59a7fafb9c094b156c0323683c7c1868b84aa47e;hpb=bca1bdc7d52b01ede5c0e85f06cd6c64e5aaab57 diff --git a/webpack.devConfig.js b/webpack.devConfig.js index e21529f..b7c570b 100644 --- a/webpack.devConfig.js +++ b/webpack.devConfig.js @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,8 +17,6 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ 'use strict'; @@ -64,7 +62,7 @@ module.exports = { progress: true, inline: true, debug: true, - https: true, + https: true, stats: { colors: true }