1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix webpack externals

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-06-18 09:03:03 +03:00
parent f49b08a787
commit 1fd6b77357

View File

@ -26,7 +26,7 @@ export default function (): webpack.Configuration {
__filename: false,
},
externals: [
nodeExternals
nodeExternals()
],
module: {
rules: [