mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove library:'' as webpack throws configuration[0].output.library should be an non-empty string
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
parent
6829da8fb6
commit
1b6e37883e
@ -38,7 +38,6 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
libraryTarget: "global",
|
libraryTarget: "global",
|
||||||
library: "",
|
|
||||||
globalObject: "this",
|
globalObject: "this",
|
||||||
publicPath,
|
publicPath,
|
||||||
path: buildDir,
|
path: buildDir,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user