Add config files in any components folder (#1878)

* add config files in any components folder
* all test run option ft and option to skip build and run only test
This commit is contained in:
Eugenio Romano
2017-05-14 10:04:44 +01:00
committed by Eugenio Romano
parent 130c2e4428
commit af82f83669
199 changed files with 8193 additions and 298 deletions

View File

@@ -1,6 +1,6 @@
const webpack = require("webpack");
const webpack = require('webpack');
const webpackMerge = require('webpack-merge');
const commonConfig = require('../config/webpack.common.js');
const commonConfig = require('./config/webpack.common.js');
module.exports = webpackMerge(commonConfig, {