[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / angular-cache / build_examples / webpack / webpack.config.js
diff --git a/ecomp-portal-FE/client/bower_components/angular-cache/build_examples/webpack/webpack.config.js b/ecomp-portal-FE/client/bower_components/angular-cache/build_examples/webpack/webpack.config.js
deleted file mode 100644 (file)
index 1b3a6df..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-module.exports = {
-  entry: './app.js',
-  output: {
-    filename: 'bundle.js'
-  },
-  resolve: {
-    alias: {
-      'angular-cache': '../../dist/angular-cache.js'
-    }
-  }
-};