mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Update snapshots
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
c08af3b130
commit
794fab7341
@ -6,10 +6,6 @@ Array [
|
||||
"entry": Object {
|
||||
"index": "./index.ts",
|
||||
},
|
||||
"externals": Array [
|
||||
[Function],
|
||||
[Function],
|
||||
],
|
||||
"externalsPresets": Object {
|
||||
"node": true,
|
||||
},
|
||||
@ -37,6 +33,8 @@ Array [
|
||||
"maxEntrypointSize": 100000,
|
||||
},
|
||||
"plugins": Array [
|
||||
MakePeerDependenciesExternalPlugin {},
|
||||
ProtectFromImportingNonDependencies {},
|
||||
ForkTsCheckerWebpackPlugin {
|
||||
"options": Object {
|
||||
"typescript": Object {
|
||||
@ -58,6 +56,7 @@ Array [
|
||||
"extensions": Array [
|
||||
".ts",
|
||||
".tsx",
|
||||
".js",
|
||||
],
|
||||
},
|
||||
"target": "node",
|
||||
@ -66,10 +65,6 @@ Array [
|
||||
"entry": Object {
|
||||
"index": "./some-entrypoint/index.ts",
|
||||
},
|
||||
"externals": Array [
|
||||
[Function],
|
||||
[Function],
|
||||
],
|
||||
"externalsPresets": Object {
|
||||
"node": true,
|
||||
},
|
||||
@ -97,6 +92,8 @@ Array [
|
||||
"maxEntrypointSize": 100000,
|
||||
},
|
||||
"plugins": Array [
|
||||
MakePeerDependenciesExternalPlugin {},
|
||||
ProtectFromImportingNonDependencies {},
|
||||
ForkTsCheckerWebpackPlugin {
|
||||
"options": Object {
|
||||
"typescript": Object {
|
||||
@ -118,6 +115,7 @@ Array [
|
||||
"extensions": Array [
|
||||
".ts",
|
||||
".tsx",
|
||||
".js",
|
||||
],
|
||||
},
|
||||
"target": "node",
|
||||
@ -126,10 +124,6 @@ Array [
|
||||
"entry": Object {
|
||||
"index": "./some-other-entrypoint/index.ts",
|
||||
},
|
||||
"externals": Array [
|
||||
[Function],
|
||||
[Function],
|
||||
],
|
||||
"externalsPresets": Object {
|
||||
"node": true,
|
||||
},
|
||||
@ -205,6 +199,8 @@ Array [
|
||||
"maxEntrypointSize": 100000,
|
||||
},
|
||||
"plugins": Array [
|
||||
MakePeerDependenciesExternalPlugin {},
|
||||
ProtectFromImportingNonDependencies {},
|
||||
ForkTsCheckerWebpackPlugin {
|
||||
"options": Object {
|
||||
"typescript": Object {
|
||||
@ -241,6 +237,7 @@ Array [
|
||||
"extensions": Array [
|
||||
".ts",
|
||||
".tsx",
|
||||
".js",
|
||||
],
|
||||
},
|
||||
"target": "node",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user