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, 0 insertions, 11 deletions
diff --git a/.ng2-component-lab/ng2-component-lab.config.js b/.ng2-component-lab/ng2-component-lab.config.js
deleted file mode 100644
index 963ac45..0000000
--- a/.ng2-component-lab/ng2-component-lab.config.js
+++ /dev/null
@@ -1,11 +0,0 @@
-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'
- }
-};