mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix all Webpack builds using react by add missing function call
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
db79f0ecdb
commit
0baaa3cbe6
@ -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"),
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user