1
0
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:
Hung-Han (Henry) Chen 2020-12-03 15:21:43 +08:00
parent 6829da8fb6
commit 1b6e37883e
No known key found for this signature in database
GPG Key ID: A28B7834EFA73792

View File

@ -38,7 +38,6 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
},
output: {
libraryTarget: "global",
library: "",
globalObject: "this",
publicPath,
path: buildDir,