summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-cache/build_examples/webpack/webpack.config.js
blob: 1b3a6dfbd60817d6f89dfee507040d9d00fe0059 (plain)
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
  entry: './app.js',
  output: {
    filename: 'bundle.js'
  },
  resolve: {
    alias: {
      'angular-cache': '../../dist/angular-cache.js'
    }
  }
};