Remove connect-history-api-fallback and cross-spawn dependencies from react-scripts (#751) (#2320)

This commit is contained in:
Pavol Madar
2017-05-22 13:46:51 +02:00
committed by Dan Abramov
parent 7e25c9a604
commit 0d1521aabf
6 changed files with 18 additions and 5 deletions

View File

@@ -18,8 +18,8 @@ process.on('unhandledRejection', err => {
const fs = require('fs-extra');
const path = require('path');
const spawn = require('cross-spawn');
const chalk = require('chalk');
const spawn = require('react-dev-utils/crossSpawn');
module.exports = function(
appPath,