aboutsummaryrefslogtreecommitdiffstats
path: root/.ng2-component-lab/ng2-component-lab.config.js
diff options
context:
space:
mode:
Diffstat (limited to '.ng2-component-lab/ng2-component-lab.config.js')
-rw-r--r--.ng2-component-lab/ng2-component-lab.config.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/.ng2-component-lab/ng2-component-lab.config.js b/.ng2-component-lab/ng2-component-lab.config.js
new file mode 100644
index 0000000..963ac45
--- /dev/null
+++ b/.ng2-component-lab/ng2-component-lab.config.js
@@ -0,0 +1,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'
+ }
+};