X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=blobdiff_plain;f=webpack.config.js;h=7d2e53ae2c63d3ccb05153e1b7aedb01a23765f3;hp=b357f9a4d7b8de4cd067f79cb6fdb78a4da2dac0;hb=786f2bd8636c9b9ddd661aaffe3bceac6e041739;hpb=bac46bcf87413e3a7f688530c3391992654e701b diff --git a/webpack.config.js b/webpack.config.js index b357f9a..7d2e53a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -30,10 +30,6 @@ module.exports = { bundle: [ 'app/main.app.jsx', 'webpack/hot/only-dev-server' - ], - 'editAttributes/editAttributesBundle': [ - 'editAttributes/main.app.jsx', - 'webpack/hot/only-dev-server' ] }, output: { @@ -48,8 +44,7 @@ module.exports = { app: 'src/app', 'generic-components': 'src/generic-components', utils: 'src/utils', - images: 'resources/images', - editAttributes: 'src/editAttributes' + images: 'resources/images' }, extensions: ["", ".webpack.js", ".web.js", ".js", ".json", ".jsx"] },