Skip to content

Commit fd504f7

Browse files
authored
Merge pull request #31 from fs-webdev/fix-webpack-version
Pin webpack to make CRA happy
2 parents eeece05 + d647567 commit fd504f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/utils/frontierInit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function installFrontierDependencies(appPath, answers, useYarn, ownPath) {
5656
'fs-webdev/exo',
5757
];
5858

59-
const defaultDevModules = ['react-styleguidist@9.0.0-beta4', 'webpack'];
59+
const defaultDevModules = ['react-styleguidist@9.0.0-beta4', 'webpack@4.19.1'];
6060

6161
installModulesSync(defaultModules, useYarn);
6262
installModulesSync(defaultDevModules, useYarn, true);

0 commit comments

Comments
 (0)