This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const path = require( 'path' ) | |
const fs = require( 'fs' ) | |
const assign = require( 'lodash/assign' ) | |
const packageJson = require( '../package.json' ) | |
const webpackConfig = require( '../webpack/webpack.config' ) | |
const WebpackIsomorphicToolsPlugin = require( 'webpack-isomorphic-tools/plugin' ) | |
const rootProject = process.cwd() | |
const rootComponents = path.resolve( rootProject, './src/components/' ) |