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 {
|
"entry": Object {
|
||||||
"index": "./index.ts",
|
"index": "./index.ts",
|
||||||
},
|
},
|
||||||
"externals": Array [
|
|
||||||
[Function],
|
|
||||||
[Function],
|
|
||||||
],
|
|
||||||
"externalsPresets": Object {
|
"externalsPresets": Object {
|
||||||
"node": true,
|
"node": true,
|
||||||
},
|
},
|
||||||
@ -37,6 +33,8 @@ Array [
|
|||||||
"maxEntrypointSize": 100000,
|
"maxEntrypointSize": 100000,
|
||||||
},
|
},
|
||||||
"plugins": Array [
|
"plugins": Array [
|
||||||
|
MakePeerDependenciesExternalPlugin {},
|
||||||
|
ProtectFromImportingNonDependencies {},
|
||||||
ForkTsCheckerWebpackPlugin {
|
ForkTsCheckerWebpackPlugin {
|
||||||
"options": Object {
|
"options": Object {
|
||||||
"typescript": Object {
|
"typescript": Object {
|
||||||
@ -58,6 +56,7 @@ Array [
|
|||||||
"extensions": Array [
|
"extensions": Array [
|
||||||
".ts",
|
".ts",
|
||||||
".tsx",
|
".tsx",
|
||||||
|
".js",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"target": "node",
|
"target": "node",
|
||||||
@ -66,10 +65,6 @@ Array [
|
|||||||
"entry": Object {
|
"entry": Object {
|
||||||
"index": "./some-entrypoint/index.ts",
|
"index": "./some-entrypoint/index.ts",
|
||||||
},
|
},
|
||||||
"externals": Array [
|
|
||||||
[Function],
|
|
||||||
[Function],
|
|
||||||
],
|
|
||||||
"externalsPresets": Object {
|
"externalsPresets": Object {
|
||||||
"node": true,
|
"node": true,
|
||||||
},
|
},
|
||||||
@ -97,6 +92,8 @@ Array [
|
|||||||
"maxEntrypointSize": 100000,
|
"maxEntrypointSize": 100000,
|
||||||
},
|
},
|
||||||
"plugins": Array [
|
"plugins": Array [
|
||||||
|
MakePeerDependenciesExternalPlugin {},
|
||||||
|
ProtectFromImportingNonDependencies {},
|
||||||
ForkTsCheckerWebpackPlugin {
|
ForkTsCheckerWebpackPlugin {
|
||||||
"options": Object {
|
"options": Object {
|
||||||
"typescript": Object {
|
"typescript": Object {
|
||||||
@ -118,6 +115,7 @@ Array [
|
|||||||
"extensions": Array [
|
"extensions": Array [
|
||||||
".ts",
|
".ts",
|
||||||
".tsx",
|
".tsx",
|
||||||
|
".js",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"target": "node",
|
"target": "node",
|
||||||
@ -126,10 +124,6 @@ Array [
|
|||||||
"entry": Object {
|
"entry": Object {
|
||||||
"index": "./some-other-entrypoint/index.ts",
|
"index": "./some-other-entrypoint/index.ts",
|
||||||
},
|
},
|
||||||
"externals": Array [
|
|
||||||
[Function],
|
|
||||||
[Function],
|
|
||||||
],
|
|
||||||
"externalsPresets": Object {
|
"externalsPresets": Object {
|
||||||
"node": true,
|
"node": true,
|
||||||
},
|
},
|
||||||
@ -205,6 +199,8 @@ Array [
|
|||||||
"maxEntrypointSize": 100000,
|
"maxEntrypointSize": 100000,
|
||||||
},
|
},
|
||||||
"plugins": Array [
|
"plugins": Array [
|
||||||
|
MakePeerDependenciesExternalPlugin {},
|
||||||
|
ProtectFromImportingNonDependencies {},
|
||||||
ForkTsCheckerWebpackPlugin {
|
ForkTsCheckerWebpackPlugin {
|
||||||
"options": Object {
|
"options": Object {
|
||||||
"typescript": Object {
|
"typescript": Object {
|
||||||
@ -241,6 +237,7 @@ Array [
|
|||||||
"extensions": Array [
|
"extensions": Array [
|
||||||
".ts",
|
".ts",
|
||||||
".tsx",
|
".tsx",
|
||||||
|
".js",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"target": "node",
|
"target": "node",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user