aboutsummaryrefslogtreecommitdiffstats
path: root/.ng2-component-lab/ng2-component-lab.config.js
blob: 963ac45753ad3d4520e1a3d5ef7071f8bd8b6abc (plain)
1
2
3
4
5
6
7
8
9
10
11
var getWebPackConfig = require('../ng2-component-lab.webpack.config.js');

module.exports = {
  webpackConfig: getWebPackConfig,
  host: 'localhost',
  port: 6007,
  include: [],
  suites: {
    feature: './.ng2-component-lab/lab-configuration.module.ts'
  }
};