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:
parent
f49b08a787
commit
1fd6b77357
@ -26,7 +26,7 @@ export default function (): webpack.Configuration {
|
|||||||
__filename: false,
|
__filename: false,
|
||||||
},
|
},
|
||||||
externals: [
|
externals: [
|
||||||
nodeExternals
|
nodeExternals()
|
||||||
],
|
],
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user