Updating versions of Sparky FE files
[aai/sparky-fe.git] / webpack.devConfig.js
index ed0ab79..e21529f 100644 (file)
@@ -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: {