X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=blobdiff_plain;f=webpack.devConfig.js;h=e21529fe31c432dfa0535bbbe588bae9fa704b9d;hp=ed0ab79def229ea9e1c0b18a715340f6fca7b62a;hb=bca1bdc7d52b01ede5c0e85f06cd6c64e5aaab57;hpb=c1917730a648ddbb6cd51307cea9464a697700d8 diff --git a/webpack.devConfig.js b/webpack.devConfig.js index ed0ab79..e21529f 100644 --- a/webpack.devConfig.js +++ b/webpack.devConfig.js @@ -20,7 +20,6 @@ * * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - 'use strict'; var path = require('path'); @@ -34,6 +33,11 @@ module.exports = { 'app/main.app.jsx', `webpack-dev-server/client?https://localhost:${devPort}`, 'webpack/hot/only-dev-server' + ], + 'editAttributes/editAttributesBundle': [ + 'editAttributes/main.app.jsx', + `webpack-dev-server/client?https://localhost:${devPort}`, + 'webpack/hot/only-dev-server' ] }, output: { @@ -47,7 +51,8 @@ module.exports = { app: 'src/app', 'generic-components': 'src/generic-components', utils: 'src/utils', - images: 'resources/images' + images: 'resources/images', + editAttributes: 'src/editAttributes' } }, devServer: {