We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeece05 + d647567 commit fd504f7Copy full SHA for fd504f7
packages/react-scripts/scripts/utils/frontierInit.js
@@ -56,7 +56,7 @@ function installFrontierDependencies(appPath, answers, useYarn, ownPath) {
56
'fs-webdev/exo',
57
];
58
59
- const defaultDevModules = ['react-styleguidist@9.0.0-beta4', 'webpack'];
+ const defaultDevModules = ['react-styleguidist@9.0.0-beta4', 'webpack@4.19.1'];
60
61
installModulesSync(defaultModules, useYarn);
62
installModulesSync(defaultDevModules, useYarn, true);
0 commit comments