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:
parent
3aa6c1666a
commit
2cf006435d
@ -30,7 +30,7 @@ exports[`get-multi-export-config given maximal package.json, when creating confi
|
|||||||
output: {
|
output: {
|
||||||
path: '/some-working-directory/dist',
|
path: '/some-working-directory/dist',
|
||||||
filename: [Function: filename],
|
filename: [Function: filename],
|
||||||
libraryTarget: 'commonjs2'
|
library: { type: 'commonjs2' }
|
||||||
},
|
},
|
||||||
externalsPresets: { node: true },
|
externalsPresets: { node: true },
|
||||||
node: { __dirname: true, __filename: true },
|
node: { __dirname: true, __filename: true },
|
||||||
@ -64,7 +64,7 @@ exports[`get-multi-export-config given maximal package.json, when creating confi
|
|||||||
output: {
|
output: {
|
||||||
path: '/some-working-directory/dist/some-entrypoint',
|
path: '/some-working-directory/dist/some-entrypoint',
|
||||||
filename: [Function: filename],
|
filename: [Function: filename],
|
||||||
libraryTarget: 'commonjs2'
|
library: { type: 'commonjs2' }
|
||||||
},
|
},
|
||||||
externalsPresets: { node: true },
|
externalsPresets: { node: true },
|
||||||
node: { __dirname: true, __filename: true },
|
node: { __dirname: true, __filename: true },
|
||||||
@ -113,7 +113,7 @@ exports[`get-multi-export-config given maximal package.json, when creating confi
|
|||||||
output: {
|
output: {
|
||||||
path: '/some-working-directory/dist/some-other-entrypoint',
|
path: '/some-working-directory/dist/some-other-entrypoint',
|
||||||
filename: [Function: filename],
|
filename: [Function: filename],
|
||||||
libraryTarget: 'commonjs2'
|
library: { type: 'commonjs2' }
|
||||||
},
|
},
|
||||||
externalsPresets: { node: true },
|
externalsPresets: { node: true },
|
||||||
node: { __dirname: true, __filename: true },
|
node: { __dirname: true, __filename: true },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user