diff options
author | sstoykov <stela.stoykova@amdocs.com> | 2018-11-26 16:20:40 -0500 |
---|---|---|
committer | sstoykov <stela.stoykova@amdocs.com> | 2018-11-26 16:22:05 -0500 |
commit | 20d0dc060ba6b264b82a265c487d350e498a5135 (patch) | |
tree | 038c018e990e68bb3025a7da5c892e0b00673922 /webpack.devConfig.js | |
parent | 94aebf60f65131426665b5cdbd56dec069299732 (diff) |
Removed edit attribute code
Removed obsolete code related to the edit attributes feature from sparky-fe.
Issue-ID: AAI-1956
Change-Id: I2a125b825991b832d6249acfcd03a189005e52b4
Signed-off-by: sstoykov <stela.stoykova@amdocs.com>
Diffstat (limited to 'webpack.devConfig.js')
-rw-r--r-- | webpack.devConfig.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/webpack.devConfig.js b/webpack.devConfig.js index 9f13b15..9e58faf 100644 --- a/webpack.devConfig.js +++ b/webpack.devConfig.js @@ -31,10 +31,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: { @@ -49,8 +45,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"] }, |