We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa73f4 commit 44c6a46Copy full SHA for 44c6a46
src/index.ts
@@ -214,7 +214,7 @@ class ServerlessReact {
214
const webpackConfig = path.join(
215
this.serverlessConfig.servicePath,
216
this.pluginConfig.webpackConfig ||
217
- "node_modules/react-scripts/webpack.config.js"
+ "node_modules/react-scripts/config/webpack.config.js"
218
);
219
220
const configFactory = (await import(webpackConfig)).default;
0 commit comments