We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ba871 commit e9396ddCopy full SHA for e9396dd
bin/codeflare
@@ -106,11 +106,6 @@ export KUI_HEADLESS=true
106
export KUI_S3=${KUI_S3-false} # we don't need plugin-s3 capabilities when in headless mode
107
export ELECTRON_RUN_AS_NODE=true
108
109
-# This tells the core Kui plugin resolver that we are using webpack to
110
-# build our headless bundles, not the old headless hacks. In the next
111
-# major semver of Kui, this should no longer be necessary.
112
-export KUI_HEADLESS_WEBPACK=true
113
-
114
# This points the headless->electron launcher to our Electron
115
export KUI_ELECTRON_HOME="${KUI_ELECTRON_HOME-$NODE}"
116
0 commit comments