@fgv/ts-res-browser 1.0.0 → 5.0.0-11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/README.md +85 -15
  2. package/cli.js +156 -0
  3. package/dist/13.bundle.js +1 -0
  4. package/dist/25.bundle.js +1 -0
  5. package/dist/948.bundle.js +1 -0
  6. package/dist/bundle.js +1 -1
  7. package/dist/bundle.js.LICENSE.txt +10 -0
  8. package/package.json +22 -7
  9. package/.rush/temp/5fc90bc7c2ccf812114ea099111568e5429be2a2.tar.log +0 -15
  10. package/.rush/temp/chunked-rush-logs/ts-res-browser.build.chunks.jsonl +0 -35
  11. package/.rush/temp/operation/build/all.log +0 -35
  12. package/.rush/temp/operation/build/log-chunks.jsonl +0 -35
  13. package/.rush/temp/operation/build/state.json +0 -3
  14. package/.rush/temp/shrinkwrap-deps.json +0 -1217
  15. package/TS_RES_BROWSER_PLAN.md +0 -689
  16. package/babel.config.js +0 -17
  17. package/config/jest.config.json +0 -13
  18. package/config/rig.json +0 -16
  19. package/postcss.config.js +0 -3
  20. package/public/index.html +0 -15
  21. package/rush-logs/ts-res-browser.build.cache.log +0 -3
  22. package/rush-logs/ts-res-browser.build.log +0 -35
  23. package/src/App.tsx +0 -153
  24. package/src/cli.ts +0 -44
  25. package/src/components/common/FileImporter.tsx +0 -138
  26. package/src/components/common/NavigationWarningModal.tsx +0 -62
  27. package/src/components/layout/AppLayout.tsx +0 -46
  28. package/src/components/layout/Header.tsx +0 -22
  29. package/src/components/layout/MessagesWindow.tsx +0 -108
  30. package/src/components/layout/Sidebar.tsx +0 -92
  31. package/src/components/tools/CompiledBrowser.tsx +0 -949
  32. package/src/components/tools/ConfigurationTool.tsx +0 -1402
  33. package/src/components/tools/FilterTool.tsx +0 -1027
  34. package/src/components/tools/ImportTool.tsx +0 -246
  35. package/src/components/tools/ResolutionViewer.tsx +0 -1672
  36. package/src/components/tools/SourceBrowser.tsx +0 -496
  37. package/src/hooks/useAppState.ts +0 -107
  38. package/src/hooks/useFileImport.ts +0 -86
  39. package/src/hooks/useNavigationWarning.ts +0 -67
  40. package/src/hooks/useResourceManager.ts +0 -244
  41. package/src/index.css +0 -38
  42. package/src/main.tsx +0 -16
  43. package/src/types/app.ts +0 -62
  44. package/src/types/fileSystemAccess.d.ts +0 -94
  45. package/src/utils/browserFileTreeAccessors.ts +0 -245
  46. package/src/utils/fileImport.ts +0 -334
  47. package/src/utils/filterResources.ts +0 -677
  48. package/src/utils/tsResIntegration.ts +0 -467
  49. package/tailwind.config.js +0 -21
  50. package/test-data/README.md +0 -184
  51. package/test-data/config-variations/README.md +0 -64
  52. package/test-data/config-variations/composition-terminology.json +0 -112
  53. package/test-data/config-variations/enterprise-complex.json +0 -129
  54. package/test-data/config-variations/gaming-app.json +0 -87
  55. package/test-data/config-variations/high-priority-language.json +0 -65
  56. package/test-data/config-variations/minimal-basic.json +0 -37
  57. package/test-data/config-variations/qualifier-default-values.json +0 -71
  58. package/test-data/config-variations/territory-first.json +0 -68
  59. package/test-data/config-variations/territory-hierarchy-test.json +0 -31
  60. package/test-data/config-variations/territory-hierarchy-unconstrained.json +0 -32
  61. package/test-data/default-matching-test/greeting.res.json +0 -83
  62. package/test-data/default-matching-test/only-defaults.res.json +0 -48
  63. package/test-data/sample-project/package.json +0 -27
  64. package/test-data/sample-project/src/resources/app-config.json +0 -27
  65. package/test-data/sample-project/src/resources/app.json +0 -177
  66. package/test-data/sample-project/src/resources/config/app.env=development.json +0 -21
  67. package/test-data/sample-project/src/resources/config/app.json +0 -21
  68. package/test-data/sample-project/src/resources/config/app.platform=mobile.json +0 -23
  69. package/test-data/sample-project/src/resources/feature-flags.json +0 -23
  70. package/test-data/sample-project/src/resources/home=CA/common.json +0 -16
  71. package/test-data/sample-project/src/resources/images/density=hdpi.json +0 -29
  72. package/test-data/sample-project/src/resources/images/home.json +0 -29
  73. package/test-data/sample-project/src/resources/images/logout.json +0 -14
  74. package/test-data/sample-project/src/resources/images/settings.json +0 -14
  75. package/test-data/sample-project/src/resources/images/ui-icons.json +0 -29
  76. package/test-data/sample-project/src/resources/images/user.density=hdpi.json +0 -14
  77. package/test-data/sample-project/src/resources/images/user.json +0 -14
  78. package/test-data/sample-project/src/resources/lang=en-US/common.json +0 -15
  79. package/test-data/sample-project/src/resources/language=en-CA/ui-terms.json +0 -19
  80. package/test-data/sample-project/src/resources/language=en-GB/ui-terms.json +0 -30
  81. package/test-data/sample-project/src/resources/language=fr-CA/ui-terms.json +0 -25
  82. package/test-data/sample-project/src/resources/language=nl-BE/ui-terms.json +0 -17
  83. package/test-data/sample-project/src/resources/region=europe/feature-flags.json +0 -17
  84. package/test-data/sample-project/src/resources/region=north-america/feature-flags.json +0 -18
  85. package/test-data/sample-project/src/resources/strings/dashboard.home=CA,language=fr.json +0 -20
  86. package/test-data/sample-project/src/resources/strings/dashboard.json +0 -18
  87. package/test-data/sample-project/src/resources/strings/dashboard.role=admin.json +0 -23
  88. package/test-data/sample-project/src/resources/strings/dashboard.role=user.json +0 -21
  89. package/test-data/sample-project/src/resources/strings/language=en-US.json +0 -16
  90. package/test-data/sample-project/src/resources/strings.json +0 -78
  91. package/test-data/sample-project/src/resources/territory=BE/app-config.json +0 -19
  92. package/test-data/sample-project/src/resources/territory=CA/app-config.json +0 -21
  93. package/test-data/sample-project/src/resources/territory=GB/app-config.json +0 -25
  94. package/test-data/sample-project/src/resources/territory=NL/app-config.json +0 -25
  95. package/test-data/sample-project/src/resources/ui-terms.json +0 -96
  96. package/test-data/sample-project/src/resources-config.json +0 -111
  97. package/tsconfig.json +0 -27
  98. package/webpack.config.js +0 -54
@@ -41,6 +41,16 @@ License: MIT
41
41
  * LICENSE file in the root directory of this source tree.
42
42
  */
43
43
 
44
+ /**
45
+ * @license React
46
+ * react-jsx-runtime.production.js
47
+ *
48
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
49
+ *
50
+ * This source code is licensed under the MIT license found in the
51
+ * LICENSE file in the root directory of this source tree.
52
+ */
53
+
44
54
  /**
45
55
  * @license React
46
56
  * react.production.js
package/package.json CHANGED
@@ -1,12 +1,19 @@
1
1
  {
2
2
  "name": "@fgv/ts-res-browser",
3
- "version": "1.0.0",
3
+ "version": "5.0.0-11",
4
4
  "description": "Visual browser tool for ts-res resources",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "bin": {
8
- "ts-res-browser": "./lib/cli.js"
8
+ "ts-res-browser": "./cli.js"
9
9
  },
10
+ "files": [
11
+ "cli.js",
12
+ "dist/**/*",
13
+ "lib/**/*",
14
+ "README.md",
15
+ "package.json"
16
+ ],
10
17
  "keywords": [
11
18
  "ts-res",
12
19
  "browser",
@@ -26,10 +33,17 @@
26
33
  "core-js": "~3.44.0",
27
34
  "whatwg-fetch": "~3.6.20",
28
35
  "@rushstack/heft-web-rig": "~0.29.0",
29
- "@fgv/ts-res": "5.0.0-0",
30
- "@fgv/ts-utils": "5.0.0-0",
31
- "@fgv/ts-json": "5.0.0-0",
32
- "@fgv/ts-json-base": "5.0.0-0"
36
+ "jszip": "~3.10.1",
37
+ "browserify-zlib": "~0.2.0",
38
+ "assert": "~2.1.0",
39
+ "serve-handler": "~6.1.6",
40
+ "json-edit-react": "~1.28.2",
41
+ "@fgv/ts-res": "5.0.0-11",
42
+ "@fgv/ts-res-ui-components": "5.0.0-11",
43
+ "@fgv/ts-json": "5.0.0-11",
44
+ "@fgv/ts-utils": "5.0.0-11",
45
+ "@fgv/ts-json-base": "5.0.0-11",
46
+ "@fgv/ts-extras": "5.0.0-11"
33
47
  },
34
48
  "devDependencies": {
35
49
  "@types/react": "~19.1.8",
@@ -67,7 +81,8 @@
67
81
  "@rushstack/heft-lint-plugin": "~0.7.0",
68
82
  "@rushstack/heft-sass-plugin": "~0.17.8",
69
83
  "@rushstack/heft-webpack5-plugin": "~0.11.34",
70
- "@fgv/ts-utils-jest": "5.0.0-0"
84
+ "@types/jszip": "~3.4.1",
85
+ "@fgv/ts-utils-jest": "5.0.0-11"
71
86
  },
72
87
  "scripts": {
73
88
  "build": "webpack --mode production",
@@ -1,15 +0,0 @@
1
- Start time: Mon Jul 21 2025 06:35:53 GMT+0000 (Coordinated Universal Time)
2
- Invoking "/usr/bin/tar -c -f /home/runner/work/fgv/fgv/common/temp/build-cache/5fc90bc7c2ccf812114ea099111568e5429be2a2-dc1d0d05286fd751.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
- .rush/temp/operation/build/all.log
6
- .rush/temp/operation/build/log-chunks.jsonl
7
- .rush/temp/operation/build/state.json
8
- dist/bundle.js
9
- dist/bundle.js.LICENSE.txt
10
- dist/index.html
11
- ======== END PROCESS INPUT =======
12
- ======= BEGIN PROCESS OUTPUT =======
13
- ======== END PROCESS OUTPUT ========
14
-
15
- Exited with code "0"
@@ -1,35 +0,0 @@
1
- {"kind":"O","text":"Invoking: webpack --mode production \n"}
2
- {"kind":"O","text":"asset \u001b[1m\u001b[33mbundle.js\u001b[39m\u001b[22m \u001b[1m\u001b[33m2.31 MiB\u001b[39m\u001b[22m \u001b[1m\u001b[32m[emitted]\u001b[39m\u001b[22m \u001b[1m\u001b[32m[minimized]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[big]\u001b[39m\u001b[22m (name: main) 1 related asset\n"}
3
- {"kind":"O","text":"asset \u001b[1m\u001b[32mindex.html\u001b[39m\u001b[22m 478 bytes \u001b[1m\u001b[32m[emitted]\u001b[39m\u001b[22m\n"}
4
- {"kind":"O","text":"orphan modules 636 KiB \u001b[1m\u001b[33m[orphan]\u001b[39m\u001b[22m 348 modules\n"}
5
- {"kind":"O","text":"runtime modules 1.02 KiB 6 modules\n"}
6
- {"kind":"O","text":"modules by path \u001b[1m../../common/temp/node_modules/.pnpm/\u001b[39m\u001b[22m 2.31 MiB 846 modules\n"}
7
- {"kind":"O","text":"modules by path \u001b[1m../../libraries/\u001b[39m\u001b[22m 2.23 MiB\n"}
8
- {"kind":"O","text":" javascript modules 1.4 MiB 312 modules\n"}
9
- {"kind":"O","text":" json modules 849 KiB 4 modules\n"}
10
- {"kind":"O","text":"optional modules 60 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m\n"}
11
- {"kind":"O","text":" \u001b[1mbuffer (ignored)\u001b[39m\u001b[22m 15 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
12
- {"kind":"O","text":" \u001b[1mcrypto (ignored)\u001b[39m\u001b[22m 15 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
13
- {"kind":"O","text":" \u001b[1mbuffer (ignored)\u001b[39m\u001b[22m 15 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
14
- {"kind":"O","text":" \u001b[1mvm (ignored)\u001b[39m\u001b[22m 15 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
15
- {"kind":"O","text":"modules by path \u001b[1m./src/\u001b[39m\u001b[22m 362 KiB\n"}
16
- {"kind":"O","text":" \u001b[1m./src/main.tsx + 47 modules\u001b[39m\u001b[22m 327 KiB \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
17
- {"kind":"O","text":" ../../common/temp/node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.1/node_modules/css-loader/dist/cjs.js!../../common/temp/node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.5.6_typescript@5.8.3_webpack@5.100.1/node_modules/postcss-loader/dist/cjs.js!\u001b[1m./src/index.css\u001b[39m\u001b[22m 35.6 KiB \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
18
- {"kind":"O","text":"+ 14 modules\n"}
19
- {"kind":"O","text":"\n"}
20
- {"kind":"O","text":"\u001b[1m\u001b[33mWARNING\u001b[39m\u001b[22m in \u001b[1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).\n"}
21
- {"kind":"O","text":"This can impact web performance.\n"}
22
- {"kind":"O","text":"Assets: \n"}
23
- {"kind":"O","text":" bundle.js (2.31 MiB)\u001b[39m\u001b[22m\n"}
24
- {"kind":"O","text":"\n"}
25
- {"kind":"O","text":"\u001b[1m\u001b[33mWARNING\u001b[39m\u001b[22m in \u001b[1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.\n"}
26
- {"kind":"O","text":"Entrypoints:\n"}
27
- {"kind":"O","text":" main (2.31 MiB)\n"}
28
- {"kind":"O","text":" bundle.js\n"}
29
- {"kind":"O","text":"\u001b[39m\u001b[22m\n"}
30
- {"kind":"O","text":"\n"}
31
- {"kind":"O","text":"\u001b[1m\u001b[33mWARNING\u001b[39m\u001b[22m in \u001b[1mwebpack performance recommendations: \n"}
32
- {"kind":"O","text":"You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.\n"}
33
- {"kind":"O","text":"For more info visit https://webpack.js.org/guides/code-splitting/\u001b[39m\u001b[22m\n"}
34
- {"kind":"O","text":"\n"}
35
- {"kind":"O","text":"webpack 5.100.1 compiled with \u001b[1m\u001b[33m3 warnings\u001b[39m\u001b[22m in 19176 ms\n"}
@@ -1,35 +0,0 @@
1
- Invoking: webpack --mode production
2
- asset bundle.js 2.31 MiB [emitted] [minimized] [big] (name: main) 1 related asset
3
- asset index.html 478 bytes [emitted]
4
- orphan modules 636 KiB [orphan] 348 modules
5
- runtime modules 1.02 KiB 6 modules
6
- modules by path ../../common/temp/node_modules/.pnpm/ 2.31 MiB 846 modules
7
- modules by path ../../libraries/ 2.23 MiB
8
- javascript modules 1.4 MiB 312 modules
9
- json modules 849 KiB 4 modules
10
- optional modules 60 bytes [optional]
11
- buffer (ignored) 15 bytes [optional] [built] [code generated]
12
- crypto (ignored) 15 bytes [optional] [built] [code generated]
13
- buffer (ignored) 15 bytes [optional] [built] [code generated]
14
- vm (ignored) 15 bytes [optional] [built] [code generated]
15
- modules by path ./src/ 362 KiB
16
- ./src/main.tsx + 47 modules 327 KiB [built] [code generated]
17
- ../../common/temp/node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.1/node_modules/css-loader/dist/cjs.js!../../common/temp/node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.5.6_typescript@5.8.3_webpack@5.100.1/node_modules/postcss-loader/dist/cjs.js!./src/index.css 35.6 KiB [built] [code generated]
18
- + 14 modules
19
-
20
- WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
21
- This can impact web performance.
22
- Assets:
23
- bundle.js (2.31 MiB)
24
-
25
- WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
26
- Entrypoints:
27
- main (2.31 MiB)
28
- bundle.js
29
-
30
-
31
- WARNING in webpack performance recommendations:
32
- You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
33
- For more info visit https://webpack.js.org/guides/code-splitting/
34
-
35
- webpack 5.100.1 compiled with 3 warnings in 19176 ms
@@ -1,35 +0,0 @@
1
- {"kind":"O","text":"Invoking: webpack --mode production \n"}
2
- {"kind":"O","text":"asset \u001b[1m\u001b[33mbundle.js\u001b[39m\u001b[22m \u001b[1m\u001b[33m2.31 MiB\u001b[39m\u001b[22m \u001b[1m\u001b[32m[emitted]\u001b[39m\u001b[22m \u001b[1m\u001b[32m[minimized]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[big]\u001b[39m\u001b[22m (name: main) 1 related asset\n"}
3
- {"kind":"O","text":"asset \u001b[1m\u001b[32mindex.html\u001b[39m\u001b[22m 478 bytes \u001b[1m\u001b[32m[emitted]\u001b[39m\u001b[22m\n"}
4
- {"kind":"O","text":"orphan modules 636 KiB \u001b[1m\u001b[33m[orphan]\u001b[39m\u001b[22m 348 modules\n"}
5
- {"kind":"O","text":"runtime modules 1.02 KiB 6 modules\n"}
6
- {"kind":"O","text":"modules by path \u001b[1m../../common/temp/node_modules/.pnpm/\u001b[39m\u001b[22m 2.31 MiB 846 modules\n"}
7
- {"kind":"O","text":"modules by path \u001b[1m../../libraries/\u001b[39m\u001b[22m 2.23 MiB\n"}
8
- {"kind":"O","text":" javascript modules 1.4 MiB 312 modules\n"}
9
- {"kind":"O","text":" json modules 849 KiB 4 modules\n"}
10
- {"kind":"O","text":"optional modules 60 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m\n"}
11
- {"kind":"O","text":" \u001b[1mbuffer (ignored)\u001b[39m\u001b[22m 15 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
12
- {"kind":"O","text":" \u001b[1mcrypto (ignored)\u001b[39m\u001b[22m 15 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
13
- {"kind":"O","text":" \u001b[1mbuffer (ignored)\u001b[39m\u001b[22m 15 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
14
- {"kind":"O","text":" \u001b[1mvm (ignored)\u001b[39m\u001b[22m 15 bytes \u001b[1m\u001b[33m[optional]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
15
- {"kind":"O","text":"modules by path \u001b[1m./src/\u001b[39m\u001b[22m 362 KiB\n"}
16
- {"kind":"O","text":" \u001b[1m./src/main.tsx + 47 modules\u001b[39m\u001b[22m 327 KiB \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
17
- {"kind":"O","text":" ../../common/temp/node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.1/node_modules/css-loader/dist/cjs.js!../../common/temp/node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.5.6_typescript@5.8.3_webpack@5.100.1/node_modules/postcss-loader/dist/cjs.js!\u001b[1m./src/index.css\u001b[39m\u001b[22m 35.6 KiB \u001b[1m\u001b[33m[built]\u001b[39m\u001b[22m \u001b[1m\u001b[33m[code generated]\u001b[39m\u001b[22m\n"}
18
- {"kind":"O","text":"+ 14 modules\n"}
19
- {"kind":"O","text":"\n"}
20
- {"kind":"O","text":"\u001b[1m\u001b[33mWARNING\u001b[39m\u001b[22m in \u001b[1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).\n"}
21
- {"kind":"O","text":"This can impact web performance.\n"}
22
- {"kind":"O","text":"Assets: \n"}
23
- {"kind":"O","text":" bundle.js (2.31 MiB)\u001b[39m\u001b[22m\n"}
24
- {"kind":"O","text":"\n"}
25
- {"kind":"O","text":"\u001b[1m\u001b[33mWARNING\u001b[39m\u001b[22m in \u001b[1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.\n"}
26
- {"kind":"O","text":"Entrypoints:\n"}
27
- {"kind":"O","text":" main (2.31 MiB)\n"}
28
- {"kind":"O","text":" bundle.js\n"}
29
- {"kind":"O","text":"\u001b[39m\u001b[22m\n"}
30
- {"kind":"O","text":"\n"}
31
- {"kind":"O","text":"\u001b[1m\u001b[33mWARNING\u001b[39m\u001b[22m in \u001b[1mwebpack performance recommendations: \n"}
32
- {"kind":"O","text":"You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.\n"}
33
- {"kind":"O","text":"For more info visit https://webpack.js.org/guides/code-splitting/\u001b[39m\u001b[22m\n"}
34
- {"kind":"O","text":"\n"}
35
- {"kind":"O","text":"webpack 5.100.1 compiled with \u001b[1m\u001b[33m3 warnings\u001b[39m\u001b[22m in 19176 ms\n"}
@@ -1,3 +0,0 @@
1
- {
2
- "nonCachedDurationMs": 19961.586035
3
- }