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:
parent
962aa13de2
commit
f83664e1f2
@ -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