1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix webpack config for react

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-03-30 09:36:27 +03:00
parent 962aa13de2
commit f83664e1f2
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -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"),
});