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

chore: Update snapshot for @k8slens/webpack

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-04-13 12:51:47 -04:00
parent 3aa6c1666a
commit 2cf006435d

View File

@ -30,7 +30,7 @@ exports[`get-multi-export-config given maximal package.json, when creating confi
output: {
path: '/some-working-directory/dist',
filename: [Function: filename],
libraryTarget: 'commonjs2'
library: { type: 'commonjs2' }
},
externalsPresets: { node: true },
node: { __dirname: true, __filename: true },
@ -64,7 +64,7 @@ exports[`get-multi-export-config given maximal package.json, when creating confi
output: {
path: '/some-working-directory/dist/some-entrypoint',
filename: [Function: filename],
libraryTarget: 'commonjs2'
library: { type: 'commonjs2' }
},
externalsPresets: { node: true },
node: { __dirname: true, __filename: true },
@ -113,7 +113,7 @@ exports[`get-multi-export-config given maximal package.json, when creating confi
output: {
path: '/some-working-directory/dist/some-other-entrypoint',
filename: [Function: filename],
libraryTarget: 'commonjs2'
library: { type: 'commonjs2' }
},
externalsPresets: { node: true },
node: { __dirname: true, __filename: true },