Skip to content

Commit 44c6a46

Browse files
committed
update path to webpack config
1 parent 8fa73f4 commit 44c6a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class ServerlessReact {
214214
const webpackConfig = path.join(
215215
this.serverlessConfig.servicePath,
216216
this.pluginConfig.webpackConfig ||
217-
"node_modules/react-scripts/webpack.config.js"
217+
"node_modules/react-scripts/config/webpack.config.js"
218218
);
219219

220220
const configFactory = (await import(webpackConfig)).default;

0 commit comments

Comments
 (0)