diff --git a/packages/infrastructure/webpack/src/react-config.js b/packages/infrastructure/webpack/src/react-config.js index 3b25515208..201a3c9a6b 100644 --- a/packages/infrastructure/webpack/src/react-config.js +++ b/packages/infrastructure/webpack/src/react-config.js @@ -1,7 +1,7 @@ const path = require("path"); const getReactConfig = require("./get-react-config"); -module.exports = getReactConfig({ +module.exports = getReactConfig()({ entrypointFilePath: "./index.ts", outputDirectory: path.resolve(process.cwd(), "dist"), });