@moneko/core 3.0.0-beta.1 → 3.0.0-beta.100

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 (105) hide show
  1. package/lib/app.d.ts +31 -0
  2. package/lib/app.js +1 -0
  3. package/lib/cleanup.js +1 -0
  4. package/{build → lib}/common.d.ts +1 -1
  5. package/lib/common.js +12 -0
  6. package/{build → lib}/coverage.d.ts +1 -1
  7. package/lib/coverage.js +1 -0
  8. package/lib/define.d.ts +4 -0
  9. package/lib/define.js +1 -0
  10. package/lib/docs.d.ts +4 -0
  11. package/lib/docs.js +1 -0
  12. package/lib/done.d.ts +11 -0
  13. package/lib/done.js +1 -0
  14. package/lib/esm.d.ts +1 -0
  15. package/lib/esm.js +1 -0
  16. package/lib/generate-api.d.ts +1 -0
  17. package/lib/generate-api.js +1 -0
  18. package/lib/has-pkg.js +1 -0
  19. package/lib/html-add-entry-attr.js +1 -0
  20. package/{build → lib}/html-plugin-option.d.ts +1 -1
  21. package/lib/html-plugin-option.js +1 -0
  22. package/lib/index.d.ts +3 -37
  23. package/lib/index.js +1 -1
  24. package/lib/loader/frontmatter.cjs +6 -0
  25. package/{build → lib}/minify.d.ts +3 -3
  26. package/lib/minify.js +1 -0
  27. package/lib/modifyVars.js +1 -0
  28. package/lib/module-federation.d.ts +5 -0
  29. package/lib/module-federation.js +1 -0
  30. package/lib/module.config.js +1 -0
  31. package/lib/net.d.ts +3 -0
  32. package/lib/net.js +1 -0
  33. package/lib/object-listener.d.ts +4 -0
  34. package/lib/object-listener.js +1 -0
  35. package/lib/process-env.d.ts +34 -0
  36. package/lib/process-env.js +1 -0
  37. package/{build → lib}/resolver-sync.d.ts +2 -1
  38. package/lib/resolver-sync.js +1 -0
  39. package/lib/routes.d.ts +31 -0
  40. package/lib/routes.js +1 -0
  41. package/lib/seo.js +1 -0
  42. package/{build → lib}/swcrc.d.ts +1 -1
  43. package/lib/swcrc.js +1 -0
  44. package/{build → lib}/tsloader.config.d.ts +1 -1
  45. package/lib/tsloader.config.js +1 -0
  46. package/{build → lib}/utils.d.ts +4 -4
  47. package/lib/utils.js +1 -0
  48. package/lib/virtual-module-plugin.d.ts +10 -0
  49. package/lib/virtual-module-plugin.js +1 -0
  50. package/lib/virtual-modules.d.ts +2 -0
  51. package/lib/virtual-modules.js +1 -0
  52. package/{build → lib}/webpack.common.d.ts +2 -1
  53. package/lib/webpack.common.js +1 -0
  54. package/lib/webpack.dev.d.ts +3 -0
  55. package/lib/webpack.dev.js +4 -0
  56. package/lib/webpack.prod.d.ts +3 -0
  57. package/lib/webpack.prod.js +1 -0
  58. package/lib/yarn-argv.js +1 -0
  59. package/package.json +29 -40
  60. package/template/index.html +5 -1
  61. package/typings/global.d.ts +53 -20
  62. package/build/common.js +0 -1
  63. package/build/coverage.js +0 -1
  64. package/build/done.d.ts +0 -8
  65. package/build/done.js +0 -1
  66. package/build/envFlags.d.ts +0 -17
  67. package/build/envFlags.js +0 -1
  68. package/build/has-pkg.js +0 -1
  69. package/build/html-add-entry-attr.js +0 -1
  70. package/build/html-plugin-option.js +0 -1
  71. package/build/index.d.ts +0 -2
  72. package/build/index.js +0 -1
  73. package/build/minify.js +0 -1
  74. package/build/modifyVars.js +0 -1
  75. package/build/module-federation.d.ts +0 -4
  76. package/build/module-federation.js +0 -1
  77. package/build/module.config.js +0 -1
  78. package/build/process-env.d.ts +0 -29
  79. package/build/process-env.js +0 -1
  80. package/build/resolver-sync.js +0 -1
  81. package/build/seo.js +0 -1
  82. package/build/swcrc.js +0 -1
  83. package/build/tsloader.config.js +0 -1
  84. package/build/utils.js +0 -1
  85. package/build/webpack.common.js +0 -1
  86. package/build/webpack.dev.d.ts +0 -2
  87. package/build/webpack.dev.js +0 -1
  88. package/build/webpack.prod.d.ts +0 -3
  89. package/build/webpack.prod.js +0 -1
  90. package/build/yarn-argv.js +0 -1
  91. package/lib/normalize.css +0 -254
  92. package/lib/packages/library/bootstrap.js +0 -1
  93. package/lib/packages/library/index.d.ts +0 -4
  94. package/lib/packages/library/index.js +0 -1
  95. package/lib/refresh-rem.d.ts +0 -0
  96. package/lib/refresh-rem.js +0 -1
  97. package/lib/router/index.d.ts +0 -51
  98. package/lib/router/index.js +0 -1
  99. /package/lib/{packages/library/bootstrap.d.ts → cleanup.d.ts} +0 -0
  100. /package/{build → lib}/has-pkg.d.ts +0 -0
  101. /package/{build → lib}/html-add-entry-attr.d.ts +0 -0
  102. /package/{build → lib}/modifyVars.d.ts +0 -0
  103. /package/{build → lib}/module.config.d.ts +0 -0
  104. /package/{build → lib}/seo.d.ts +0 -0
  105. /package/{build → lib}/yarn-argv.d.ts +0 -0
package/package.json CHANGED
@@ -1,78 +1,67 @@
1
1
  {
2
2
  "name": "@moneko/core",
3
- "version": "3.0.0-beta.1",
3
+ "version": "3.0.0-beta.100",
4
4
  "description": "core",
5
5
  "main": "lib/index.js",
6
+ "type": "module",
6
7
  "scripts": {
7
- "build": "npm run build-conf && npm run build-src && npm run build:types",
8
- "build-conf": "swc config -d build -C module.type=es6 -C jsc.target=es5 -C jsc.loose=true -C jsc.minify.mangle=true -C jsc.minify.compress=true -C minify=true --copy-files",
9
- "build-src": "swc src -d lib -C module.type=es6 -C jsc.loose=true -C jsc.minify.mangle=true -C jsc.minify.compress=true -C minify=true --copy-files",
10
- "build:types": "tsc && tsc --project cli.json",
11
- "postbuild": "node ./copy.js ./prefix ./lib",
12
- "prebuild": "rm -rf ./build && rm -rf ./lib"
8
+ "build": "swc src -d lib -C module.type=nodenext -C jsc.target=esnext -C jsc.loose=true -C jsc.minify.mangle=true -C jsc.minify.compress=true -C minify=true -D",
9
+ "prebuild": "rm -rf ./lib && tsc"
13
10
  },
14
11
  "keywords": [],
15
12
  "author": "moneko",
16
13
  "license": "MIT",
17
14
  "dependencies": {
18
- "@emotion/css": "11.11.0",
19
- "@mapbox/rehype-prism": "0.8.0",
20
- "@mdx-js/esbuild": "^2.3.0",
21
15
  "@mdx-js/loader": "2.3.0",
22
- "@moneko/common": "1.1.0",
23
16
  "@soda/friendly-errors-webpack-plugin": "1.8.1",
24
- "@solidjs/router": "^0.8.2",
25
- "@swc/core": "1.3.56",
26
- "@swc/css": "0.0.20",
17
+ "@swc/core": "1.3.62",
18
+ "@swc/css": "0.0.28",
27
19
  "@swc/helpers": "0.5.1",
20
+ "@teamsupercell/typings-for-css-modules-loader": "2.5.2",
28
21
  "add-asset-html-webpack-plugin": "6.0.0",
29
- "chalk": "^5.2.0",
30
- "core-js": "3.30.2",
22
+ "core-js": "3.31.1",
31
23
  "cross-env": "7.0.3",
32
- "css-loader": "6.7.3",
33
- "css-minimizer-webpack-plugin": "5.0.0",
24
+ "css-loader": "6.8.1",
25
+ "css-minimizer-webpack-plugin": "5.0.1",
34
26
  "css-unicode-loader": "1.0.3",
35
- "esbuild": "^0.17.19",
36
- "esbuild-loader": "^3.0.1",
37
27
  "external-remotes-plugin": "1.0.0",
38
- "html-webpack-plugin": "5.5.1",
28
+ "html-webpack-plugin": "5.5.3",
39
29
  "less": "4.1.3",
40
- "less-loader": "11.1.0",
41
- "mini-css-extract-plugin": "2.7.5",
30
+ "less-loader": "11.1.3",
31
+ "mini-css-extract-plugin": "2.7.6",
42
32
  "mini-svg-data-uri": "1.4.4",
43
33
  "path-to-regexp": "6.2.1",
44
- "portfinder": "1.0.32",
45
- "rehype-accessible-emojis": "0.3.2",
46
- "rehype-figure": "1.0.1",
47
- "style-loader": "3.3.2",
34
+ "style-loader": "3.3.3",
48
35
  "style-resources-loader": "1.5.0",
49
36
  "swc-loader": "0.2.3",
50
- "swc-plugin-another-transform-imports": "0.2.3",
37
+ "swc-plugin-another-transform-imports": "0.2.4",
51
38
  "ts-import-plugin": "3.0.0",
52
- "ts-loader": "9.4.2",
39
+ "ts-loader": "9.4.4",
53
40
  "typescript": "5.0.4",
54
- "webpack": "5.76.1",
55
- "webpack-bundle-analyzer": "4.8.0",
56
- "webpack-cli": "5.1.1",
57
- "webpack-dev-server": "4.15.0",
58
- "webpack-merge": "5.8.0",
41
+ "webpack": "5.77.0",
42
+ "webpack-bundle-analyzer": "4.9.0",
43
+ "webpack-cli": "5.1.4",
44
+ "webpack-dev-server": "4.15.1",
45
+ "webpack-merge": "5.9.0",
46
+ "webpack-virtual-modules": "0.5.0",
59
47
  "webpackbar": "5.0.2",
60
- "xml2js": "0.5.0"
48
+ "xml2js": "0.6.1"
61
49
  },
62
50
  "devDependencies": {
51
+ "@moneko/mock": "^1.0.10",
52
+ "@moneko/postcss": "^1.0.30",
63
53
  "@swc/cli": "0.1.62",
54
+ "@types/js-yaml": "^4.0.5",
64
55
  "@types/mini-css-extract-plugin": "^2.5.1",
65
56
  "@types/shelljs": "^0.8.12",
66
57
  "@types/webpack-bundle-analyzer": "^4.6.0",
67
- "@types/webpack-env": "^1.18.0",
68
- "eslint-config-neko": "^1.0.23",
58
+ "@types/webpack-env": "^1.18.1",
59
+ "eslint-config-neko": "^1.1.1",
69
60
  "shelljs": "^0.8.5",
70
- "solid-js": "^1.7.5",
71
- "stylelint-config-moneko": "^1.0.15"
61
+ "stylelint-config-moneko": "^1.0.17"
72
62
  },
73
63
  "files": [
74
64
  "lib",
75
- "build",
76
65
  "template",
77
66
  "typings/global.d.ts"
78
67
  ]
@@ -20,6 +20,10 @@
20
20
  <%= customTag %>
21
21
  </head>
22
22
  <body>
23
- <div id="root"></div>
23
+ <div id="root">
24
+ <div style="width: 100%; height: 100vh; display: flex;justify-content: center;align-items: center;">
25
+ <svg xmlns="http://www.w3.org/2000/svg" style="margin:auto;background:0 0;display:block;shape-rendering:auto" width="289" height="180" preserveAspectRatio="xMidYMid"><g style="transform-origin:144.5px 90px;transform:scale(1)"><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-106.379979px -18.690895px;animation:1s linear -.644286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M41.85 69.65q.48-1.76.64-4.28.16-2.52 0-5.04t-.76-4.76q-.6-2.24-1.8-3.44-.48-.48-.76-.32-.28.16.12.8.8 1.44.76 4.44-.04 3-.52 6.52-.48 3.52-1.28 7.04t-1.6 6.16q-.4 1.12-.8 2.8-.4 1.68-.84 3.4-.44 1.72-.76 3.36t-.48 2.76q0 .24-.08.92t.16.84q.16 0 .48-.68.32-.68.4-.84 1.92-4.48 3.92-9.56t3.2-10.12" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-104.214976px -7.74362px;animation:1s linear -.628571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M40.01 89.17q.4-1.44 1.12-3.76.72-2.32 1.44-5.08.72-2.76 1.4-5.76.68-3 1.04-5.84t.24-5.24q-.12-2.4-.84-3.92-.08-.24-.32-.48t-.24.4q.16 5.12-1.04 10.24t-2.56 9.28q-1.04 3.28-2.12 6.56t-1.84 6.52q-.76 3.24-.96 6.36-.2 3.12.6 6 .32 1.04.56 1.04.24-.08.24-1.04 0-1.44.28-3.24.28-1.8.76-3.8.48-2 1.04-4.12t1.2-4.12" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-111.122235px -9.275339px;animation:1s linear -.612857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M38.49 111.09q-2.8-.32-5-2.8t-2.92-6.08q-.72-3.44-.36-7t1.24-6.68q1.28-4.8 3.04-9.88 1.76-5.08 3-10.04 1.24-4.96 1.4-9.56.16-4.6-1.6-8.44-.16-.08-.24-.36-.08-.28-.24-.2-.24 0-.08.56.64 3.68.08 7.96-.56 4.28-1.8 8.88-1.24 4.6-2.8 9.48-1.56 4.88-2.92 9.76-1.04 3.6-1.4 7.64-.36 4.04.52 8.12.48 2.08 1.48 3.76 1 1.68 2.36 2.84 1.36 1.16 2.96 1.8 1.6.64 3.28.56h.24q.08 0 .24-.08 0-.24-.48-.24" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-108.070783px 14.809107px;animation:1s linear -.597143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M36.09 107.09q-1.44-1.68-2.32-4.32-.08-.24-.24-.76l-.32-1.04q-.16-.52-.32-.96-.16-.44-.24-.44-.32 0-.32 1.04t.24 2.4q.24 1.36.72 2.76.48 1.4 1.12 2.2 1.28 1.44 2.6 1.76 1.32.32 2.68.32.48 0 .76-.28t-.44-.44q-2.32-.24-3.92-2.24" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-86.985215px 2.089108px;animation:1s linear -.581429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M69.29 89.17q.24-2.16.08-4.56-.16-2.4-1-4.44-.84-2.04-2.56-3.4-1.72-1.36-4.52-1.36-3.76 0-6.56 2.04t-4.8 5.04q-2 3-3.12 6.4-1.12 3.4-1.44 6.2-.48 3.84-.12 6.64t1.32 4.6q.96 1.8 2.44 2.68 1.48.88 3.24.88 2.48.08 5.24-1.4 2.76-1.48 5.16-4.16 2.4-2.68 4.2-6.56 1.8-3.88 2.44-8.6zm-25.76 5.52q.32-3.2 1.6-7.04t3.56-7.12q2.28-3.28 5.48-5.48 3.2-2.2 7.44-2.2 3.2 0 5.28 1.52t3.2 3.88q1.12 2.36 1.44 5.12.32 2.76 0 5.24-.72 5.76-2.8 10t-4.88 7.08q-2.8 2.84-5.92 4.24-3.12 1.4-6 1.4-2.16 0-3.88-.96-1.72-.96-2.88-3t-1.6-5.2q-.44-3.16-.04-7.48zm8.96 11.28q-.4 0-.8-.28t-.64-.68q-.24-.4-.32-.8-.08-.4.32-.56.24-.08.64.56t.88.64q.8 0 1.88-1.04 1.08-1.04 2.08-2.44t1.76-2.76q.76-1.36 1.08-2 .32-.64.64-1.64.32-1 .6-2.04.28-1.04.48-2.04.2-1 .28-1.72.4-3.6-.16-5.56-.56-1.96-1.84-1.96-.96 0-2 .6t-1.96 1.56q-.92.96-1.64 2.12-.72 1.16-1.04 2.36-.4 1.36-.56 1.36-.24 0-.24-1.36.24-1.52 1.04-3t2-2.64q1.2-1.16 2.64-1.92 1.44-.76 2.96-.76t2.28 1.08q.76 1.08 1.08 2.64.32 1.56.28 3.2-.04 1.64-.2 2.6-.32 2.16-1 4.2-.68 2.04-1.64 4.12-.48.96-1.44 2.36t-2.2 2.68q-1.24 1.28-2.64 2.2-1.4.92-2.6.92zm2.56 1.52q.08.48-.76.8-.84.32-1.72.32-2.48-.08-3.8-1.6-1.32-1.52-1.84-3.6t-.48-4.32q.04-2.24.2-3.76.32-2.64 1.28-5.92t2.72-6.16q1.76-2.88 4.32-4.84 2.56-1.96 6.08-1.96 2.32 0 3.72 1.2 1.4 1.2 2.08 2.96.68 1.76.8 3.8t-.12 3.72q-.16 1.84-.56 3.36-.4 1.52-1.12 3.36-.24.56-.64 1.28t-.88.64q-.24-.08-.12-.64t.32-1.4q.2-.84.44-1.76t.32-1.72q.16-1.36.2-3.4.04-2.04-.32-3.96t-1.32-3.28q-.96-1.36-2.88-1.36-2.8 0-5.16 1.8-2.36 1.8-4.12 4.4-1.76 2.6-2.84 5.44-1.08 2.84-1.32 5-.16 1.28-.08 3.2.08 1.92.6 3.8t1.72 3.24q1.2 1.36 3.28 1.44.64.08 1.24-.12t.76.04" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-43.379211px -5.480892px;animation:1s linear -.565714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M104.01 83.17q-.64 3.2-2.16 6.4t-2.88 6q-.08.16-.36.56-.28.4-.44.4-.24-.08-.24-.52v-.6q.08-.72.28-1.72t.36-2.08.36-2.08q.2-1 .44-1.8.72-2.72 1.2-4.68.48-1.96.72-3.56t.28-3.04q.04-1.44-.2-3.12-.08-.64.08-.8.16-.08.4.16.24.24.4.48 1.36 2.16 1.84 4.76.48 2.6-.08 5.24" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-41.109985px 2.209107px;animation:1s linear -.55s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M105.61 77.33l.32.48q1.04 1.52 1.04 4t-.48 5.08q-.48 2.6-1.2 5t-1.04 3.84q-.64 2.8-1.76 5.6t-1.92 4.96q-.08.24-.24.52-.16.28-.32.28t-.16-.32v-.56q-.24-4.4.96-8.6 1.2-4.2 2.56-8.52.8-2.64 1.52-5.4.72-2.76.64-6.04 0-.32.08-.32" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-57.851713px 1.885033px;animation:1s linear -.534286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M98.41 76.45q-4.88 2-8.28 5.72-3.4 3.72-5.24 8.36-.8 2.08-1.2 3.72-.4 1.64-.64 3.56-.08.4.24.8t.64 0q1.44-1.76 3.68-4.48 2.24-2.72 4.48-5.76 2.24-3.04 4.04-6.16 1.8-3.12 2.28-5.76zm-5.36 27.12q-1.2 1.68-2.32 3.12-1.12 1.44-2.48 2.52-1.36 1.08-3.04 1.72-1.68.64-3.84.72-3.6.16-5.48-1.84-1.88-2-2.6-4.88-.72-2.88-.52-5.96.2-3.08.84-5.08.88-2.8 2.12-5.32 1.24-2.52 2.64-4.56 1.4-2.04 2.88-3.52t2.92-2.28q.08 0 .36-.16.28-.16.28.08.08 0-.08.24t-.32.4q-4.16 4.32-6.6 9.76-2.44 5.44-2.76 11.2-.08 1.44.12 3.12.2 1.68.8 3.16.6 1.48 1.72 2.48t3.04 1q1.52 0 2.8-.52 1.28-.52 2.4-1.36 1.12-.84 2.04-1.84.92-1 1.64-1.88 1.6-2 2.96-4.16 0-1.6.2-3.12t.6-3.04q.24-1.12.44-1.8.2-.68.4-1.28t.4-1.28q.2-.68.6-1.8-1.28 2.24-2.52 4.2t-2.64 3.76q-1.4 1.8-2.88 3.52t-3.24 3.48q-1.36 1.36-2.24.88-.88-.48-1.04-2.24-.16-2.72.28-5.28.44-2.56 1.56-5.36 1.04-2.56 2.6-4.96t3.6-4.36q2.04-1.96 4.52-3.36 2.48-1.4 5.28-1.88.16-.88.28-1.52.12-.64.2-1.28l.16-.88q.16-.08.36.16.2.24.36.64.96 2.64.64 5.28-.32 2.64-1.16 5.36-.84 2.72-1.96 5.56-1.12 2.84-1.84 5.72-.96 4.08-.52 8.44.44 4.36 3.4 7.88l.24.32q-.08.08-.48-.16-2.32-1.44-3.48-3.48-1.16-2.04-1.64-4.28" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-58.343315px 1.437679px;animation:1s linear -.518571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M95.85 75.25q.16.16-.04.24-.2.08-.84.24-1.04.32-2.52 1.2-1.48.88-3.12 2.24-1.64 1.36-3.24 3.16-1.6 1.8-2.8 3.88-1.2 2.16-2.04 4.24-.84 2.08-1.36 3.8-.52 1.72-.76 2.96t-.24 1.72v2.52q0 1.32.32 2.36.32 1.04 1.12 1.6t2.4.32q.08 0 .4-.12l.64-.24q.32-.12.6-.2.28-.08.36-.08.08.16-.12.4-.2.24-.52.52t-.6.52q-.28.24-.36.32-2 1.2-3.36.72-1.36-.48-2.12-1.8t-1.04-3.12q-.28-1.8-.2-3.24.16-2.8.88-5.56t1.84-5.56q.88-2.16 2.64-4.44 1.76-2.28 3.96-4.2 2.2-1.92 4.6-3.16 2.4-1.24 4.64-1.32.8 0 .88.08" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-45.756649px 16.809107px;animation:1s linear -.502857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M100.57 111.17q.16.24.08.32-.24 0-.64-.16-.24-.16-1.28-.96-1.04-.8-1.52-2.56-.16-.64-.28-1.64-.12-1-.12-1.88 0-.88.12-1.52t.36-.64q.24 0 .52.96t.36 1.2q.24 1.12.44 1.96.2.84.44 1.56.32.88.84 2t.68 1.36" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-5.481979px -18.174894px;animation:1s linear -.487143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M142.65 69.65q-1.12 5.04-2.92 10.04-1.8 5-3.56 9.48-.08.4-.4 1.04t-.72.48q-.08 0-.08-.72t.08-.96q.16-1.12.44-2.68t.64-3.16q.36-1.6.76-3.16t.72-2.68q.24-.48.6-2.16.36-1.68.76-3.96.4-2.28.72-4.92.32-2.64.4-5.08.08-2.44-.04-4.44-.12-2-.68-2.96-.4-.8-.16-.88.32 0 .72.4 1.2 1.2 1.88 3.24.68 2.04 1 4.4.32 2.36.24 4.68-.08 2.32-.4 4" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-3.125813px -7.088036px;animation:1s linear -.471429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M144.73 60.77q.8 1.6.96 3.92.16 2.32-.08 5t-.76 5.52q-.52 2.84-1.16 5.44-.64 2.6-1.24 4.84-.6 2.24-1 3.68-1.12 4.16-2.04 8.28-.92 4.12-.92 7 0 1.04-.08 1.04-.16.16-.36-.24-.2-.4-.36-.8-.8-2.88-.68-5.96t.76-6.32q.64-3.24 1.64-6.56 1-3.32 1.96-6.6 1.12-4.16 2.24-8.68t.72-9.56q0-.4-.04-.44-.04-.04.04-.04.16 0 .4.48" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-20.039978px -8.560894px;animation:1s linear -.455714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M133.21 77.17q-4.8 2.08-8.2 5.8-3.4 3.72-5.16 8.28-.72 1.92-1.16 3.64-.44 1.72-.6 3.64-.08.96.48.72.56-.24.96-.72.96-1.2 1.76-2.36t1.64-2.4q.84-1.24 1.76-2.64.92-1.4 2.04-3 1.2-1.68 2.28-3.32 1.08-1.64 1.92-3.08.84-1.44 1.44-2.64.6-1.2.84-1.92zm-1.76 6.32q-2.88 5.6-5.92 10.52t-6.96 9q-2.48 2.64-2.96-.8-.16-2.72.4-5.68.56-2.96 1.68-5.6 1.04-2.56 2.56-4.96t3.52-4.4q2-2 4.44-3.36 2.44-1.36 5.24-1.84.96-3.36 1.84-6.6.88-3.24 1.44-6.36.56-3.12.6-6.04.04-2.92-.52-5.56-.16-.48-.08-.48.16-.08.28.16.12.24.12.32 1.92 3.84 1.88 8.24-.04 4.4-1.08 9.12-1.04 4.72-2.6 9.6t-2.68 9.76q-.72 3.12-.84 6.68-.12 3.56.68 7 .8 3.6 2.96 6.12t4.96 2.76q.64.08.64.24 0 .16-.2.2-.2.04-.36.04-1.68 0-3.32-.64t-3.08-1.84q-1.44-1.2-2.52-2.84t-1.56-3.72q-.16-.64-.16-1.04-2.24 4.24-5.4 6.84-3.16 2.6-7.96 3-3.6.24-5.48-1.68-1.88-1.92-2.6-4.64-.72-2.72-.48-5.72.24-3 .88-4.92 1.84-5.52 4.64-9.72 2.8-4.2 5.6-5.88.16-.16.48-.28.32-.12.4-.04.16.08-.08.32l-.32.32q-4.32 4.32-6.68 9.88-2.36 5.56-2.52 11.32-.08 1.44.08 3.12.16 1.68.76 3.16.6 1.48 1.72 2.48t3.04 1q2.72.08 5.16-1.64t4.24-4.24q1.8-2.52 2.92-5.4 1.12-2.88 1.28-5.28-.56.64-.96 1.32-.4.68-1.04 1.48-.08.16-.48.52-.4.36-.64.28-.16-.08.16-.92.32-.84.8-1.84.48-1 .96-1.92.48-.92.64-1.24.88-1.84 1.36-3.68.48-1.84 1.12-4" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-6.232479px 14.829108px;animation:1s linear -.44s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M142.57 109.49q0 .16-.4.32-.24.08-.4.08-1.52.16-2.84-.16-1.32-.32-2.68-1.68-.72-.72-1.24-2.16-.52-1.44-.8-2.8-.28-1.36-.24-2.4.04-1.04.36-.96.08-.08.28.32t.36.92l.32 1.04q.16.52.24.76.4 1.28.96 2.32.56 1.04 1.36 1.84 1.92 2.24 4.16 2.32.16 0 .36.04.2.04.2.2" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-23.213318px 1.764662px;animation:1s linear -.424286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M130.97 75.73q0 .08-.12.16t-.6.24q-1.04.4-2.56 1.32t-3.2 2.28q-1.68 1.36-3.32 3.16t-2.84 3.88q-1.2 2.16-2.04 4.2-.84 2.04-1.32 3.76-.48 1.72-.68 2.92-.2 1.2-.28 1.6-.08 1.36-.08 2.68t.36 2.4q.36 1.08 1.16 1.64.8.56 2.4.32.16 0 1-.36t1-.28q.08.08-.08.32t-.48.52q-.32.28-.6.48-.28.2-.36.28-.72.4-1.6.6-.88.2-1.72.04t-1.56-.68q-.72-.52-1.04-1.48-.88-2.96-.8-5.76.16-2.8.72-5.56.56-2.76 1.92-5.56.8-2.16 2.52-4.48 1.72-2.32 3.96-4.24 2.24-1.92 4.68-3.2 2.44-1.28 4.6-1.36h.64q.32 0 .32.16" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:10.532883px -4.070892px;animation:1s linear -.408571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M157.85 84.93q.24-1.04.28-2.4.04-1.36-.2-2.8-.24-1.44-.84-2.76-.6-1.32-1.56-2.28-.48-.32-.56-.32-.32 0 0 .48.48 1.04.36 3.24t-.52 4.56q-.4 2.36-.84 4.24-.44 1.88-.52 2.28-.56 1.44-1 3.6-.44 2.16-.44 3.52-.08.16-.08.64t.24.56q.08 0 .32-.4t.4-.56q1.44-2.56 2.76-5.6 1.32-3.04 2.2-6" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:12.820015px 3.449107px;animation:1s linear -.392857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M158.17 97.01q.32-1.44 1.04-3.72.72-2.28 1.2-4.72t.48-4.8q0-2.36-.96-3.88-.32-.32-.48-.32-.16 0-.08.32 0 3.04-.68 5.64-.68 2.6-1.48 5.08-1.36 4.08-2.48 7.96-1.12 3.88-.96 7.96 0 .24.04.52t.28.28q.16 0 .24-.16l.24-.48q.8-1.92 1.84-4.52 1.04-2.6 1.76-5.16" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:5.805752px 2.231329px;animation:1s linear -.377143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M152.49 111.33q-1.52-1.6-2.32-3.56-.8-1.96-1.12-4-.32-2.04-.16-4.12t.64-3.92q.72-2.88 1.84-5.76t1.92-5.72q.8-2.84.92-5.6t-1.16-5.4q-.24-.4-.32-.4-.08 0-.08.12t.08.2q.24 2.4-.32 4.96t-1.44 5.24q-.88 2.68-1.96 5.52-1.08 2.84-1.8 5.8-.56 2.16-.76 4.4-.2 2.24.28 4.44.48 2.2 1.76 4.2t3.68 3.68q.16.16.4.2.24.04-.08-.28" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:8.416683px 17.169107px;animation:1s linear -.361429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M153.13 108.29q-.24-.64-.52-1.6-.28-.96-.44-1.84-.16-.32-.4-1.2-.24-.88-.4-.88-.32 0-.44.56t-.12 1.4q0 .84.12 1.76t.36 1.56q.48 1.6 1.16 2.24.68.64 1.8 1.04.48.24.72.24.08 0 .04-.12t-.12-.12q-.56-.64-1-1.36-.44-.72-.76-1.68" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:16.390022px -28.590895px;animation:1s linear -.345714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M159.37 66.93q-.4 0-1.24-.12t-.84-.76q0-.24.72-.6t1.6-1.04q.88-.68 1.6-1.76.72-1.08.72-2.76 0-2.08-.8-3.12-.16-.24-.4-.52-.24-.28-.16-.36.16 0 .36.12.2.12.28.2 1.6.88 2.44 2.28.84 1.4.84 2.68 0 2.56-1.2 4.16t-3.92 1.6" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:13.350014px -30.419821px;animation:1s linear -.33s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M156.41 63.73q-.96.4-.96-.48 0-.64.48-1.24t.92-1.32q.44-.72.6-1.64.16-.92-.48-2.28-.16-.4-.56-.88t-.24-.56q.16-.08.68.12t.68.28q1.36.64 2.04 1.92.68 1.28.68 2.24 0 1.52-1.24 2.52t-2.6 1.32" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:10.550026px -30.630892px;animation:1s linear -.314286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M154.09 59.41q0-.4.24-.92t.8-.52q.4 0 .64.52t.24.92q0 .32-.24.84t-.64.52q-.56 0-.8-.48t-.24-.88" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:37.019875px 2.357107px;animation:1s linear -.298571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M189.37 82.61q.16 2.48-.32 4.76t-1.2 4.2q-.16.4-.52.88t-.68.32q-.16 0-.08-.56t.08-.8q.08-.88.12-2.2.04-1.32.04-2.68t-.12-2.6q-.12-1.24-.36-2.12-.72-2.56-2.28-2.84-1.56-.28-3.16.84t-3.04 3.12q-1.44 2-1.92 3.92.48-.72 1.24-1.72t1.72-1.92q.96-.92 2.04-1.52t2.04-.52q1.04.08 1.48 1.12.44 1.04.52 2.56.08 1.52-.16 3.28-.24 1.76-.56 3.28-.56 2.48-.96 5.12-.4 2.64-.28 5.16t.88 4.88q.76 2.36 2.6 4.36.16.24.24.4.08.16-.4-.08-2.08-1.2-3.32-2.8-1.24-1.6-1.88-3.44-.64-1.84-.76-3.84-.12-2 .04-4 .32-2.88.96-5.04.64-2.16.96-4.88.16-1.68-.24-2.2-.4-.52-.96-.6-.8-.08-1.8.84-1 .92-2.08 2.6-1.08 1.68-2.08 3.92t-1.72 4.72q-.64 2.48-1.56 5.16t-1.72 4.6q-.32.72-.48.72-.16 0-.28-.32-.12-.32-.12-.48-.32-4 .72-7.92t2.4-7.92q.8-2.48 1.44-4.4.64-1.92.64-4.88 0-1.28.64-2.68.64-1.4 1.88-2.56 1.24-1.16 3.08-1.88t4.16-.64q3.84.08 5.92 1.8t2.92 4.36q.84 2.64.72 5.72-.12 3.08-.68 5.96-.48 2.16-1.12 3.92-.64 1.76-1.36 3.28-.72 1.52-1.36 2.88-.64 1.36-1.04 2.72-.08.24-.16.52t-.24.28q-.16 0-.24-.32-.08-.32-.08-.72-.16-2.72.56-5.24.72-2.52 1.52-5.2t1.2-5.64q.4-2.96-.32-6.56-.72-3.84-3.52-5.12-2.8-1.28-6.4.16-.48.24-1.28.72t-1.56 1.28q-.76.8-1.4 1.88-.64 1.08-.8 2.36.96-1.44 2.24-2.72 1.28-1.28 2.72-2.04 1.44-.76 2.92-.92 1.48-.16 2.92.56 1.68.88 2.32 2.44.64 1.56.72 2.92" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:25.772522px -4.064739px;animation:1s linear -.282857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M173.05 84.77q-.88 3.04-2.36 6t-2.44 5.68q-.08.16-.28.6-.2.44-.52.36-.16-.08-.2-.52-.04-.44-.04-.68 0-1.28.44-3.4t.92-3.48q.16-.48.6-2.44.44-1.96.8-4.28.36-2.32.48-4.48.12-2.16-.44-3.12-.32-.56 0-.56.24 0 .64.4.96.88 1.56 2.16.6 1.28.88 2.68.28 1.4.24 2.76-.04 1.36-.28 2.32" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:42.387352px 15.062441px;animation:1s linear -.267143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M189.37 111.25q-.16.08-.64-.08-.24-.08-.4-.16-1.12-.72-1.92-1.64-.8-.92-1.6-3.16-.24-.8-.36-2.04t-.04-2.44q.08-1.2.28-2.04.2-.84.6-.84.16 0 .36.92.2.92.4 2.12.2 1.2.44 2.4t.4 1.76l.8 2.4q.4 1.2 1.28 2.08.16.16.32.44t.08.28" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:21.080132px 2.374821px;animation:1s linear -.251429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M167.77 111.41q-2.48-1.68-3.8-3.68-1.32-2-1.8-4.16t-.36-4.4q.12-2.24.6-4.4.64-2.88 1.64-5.72 1-2.84 1.92-5.52.92-2.68 1.44-5.24.52-2.56.12-4.88 0-.32.08-.32.16 0 .4.4 1.44 2.56 1.36 5.28-.08 2.72-.88 5.56-.8 2.84-1.96 5.76t-1.8 5.88q-.4 1.84-.52 3.88t.28 4.04q.4 2 1.32 3.92t2.52 3.44q.32.16.16.32t-.36.04q-.2-.12-.36-.2" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:24.043343px 17.231964px;animation:1s linear -.235714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M170.81 111.73q-.24.16-.64-.24-.88-.64-1.72-1.36-.84-.72-1.64-2.32-.32-.56-.48-1.44-.16-.88-.16-1.72t.12-1.4q.12-.56.36-.56.32.08.52.88t.36 1.04q.32.88.56 1.64.24.76.56 1.48.48 1.12.96 1.92.48.8 1.12 1.6.08.08.16.24.08.16-.08.24" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:76.190018px 5.601109px;animation:1s linear -.22s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M224.89 75.81v-.24q-.16-.08-.36.24-.2.32-.36.48-1.2 1.52-2.16 3.76-.96 2.24-1.64 4.72-.68 2.48-1.12 4.96-.44 2.48-.76 4.4-.4 2.72-.68 5.16t-.52 4.76q-.24 2.32-.4 4.68-.16 2.36-.4 4.84.08.08.08.44v1.36q0 .28.16.28.08 0 .24-.28.16-.28.32-.6.16-.32.24-.64l.08-.32q.88-1.92 1.52-4.48.64-2.56 1.04-5.12.08-.64.32-2.64t.56-4.64q.32-2.64.76-5.72.44-3.08.88-5.92t.96-5.16q.52-2.32 1-3.52.08-.32.16-.48.08-.16.08-.32" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:67.812241px -.882688px;animation:1s linear -.204286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M222.25 75.25q0-.08-.56-.08-.24 0-.48.08-3.04.32-5.6 1.64-2.56 1.32-4.68 3.28-2.12 1.96-3.76 4.44-1.64 2.48-2.68 5.12-1.12 2.72-1.68 5.76-.56 3.04-.4 5.68.24 3.44 3.04.64 2.4-2.4 4.52-5.2 2.12-2.8 4-5.92t3.56-6.36q1.68-3.24 3.36-6.52.32-.64.24-.64-.16-.16-.36 0-.2.16-.2.32-4.32 5.52-8.04 10.56-3.72 5.04-6.84 10-.4.4-.52.24-.12-.16-.04-.56.16-1.84.6-3.8.44-1.96 1.24-3.96 1.92-4.88 5.52-8.64 3.6-3.76 9.04-5.6.72-.32.72-.48" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:63.618591px .729107px;animation:1s linear -.188571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M217.93 74.69q-.08-.16-.36-.16h-.52q-2.24 0-4.68 1.28-2.44 1.28-4.68 3.24-2.24 1.96-4 4.32-1.76 2.36-2.64 4.52-1.12 2.88-1.88 5.56-.76 2.68-.84 5.4-.08 1.44.12 2.8.2 1.36.76 2.96.32.96 1.08 1.52t1.6.72q.84.16 1.72 0t1.52-.64q.08-.08.36-.32.28-.24.56-.52t.48-.52q.2-.24.12-.4-.08-.16-.76.2t-1.16.44q-1.68.32-2.52-.24-.84-.56-1.2-1.64-.36-1.08-.32-2.4.04-1.32.2-2.6 0-.48.2-1.68t.68-2.92q.48-1.72 1.32-3.8.84-2.08 2.04-4.16 1.2-2.08 2.84-3.84 1.64-1.76 3.32-3.12t3.24-2.24q1.56-.88 2.68-1.2.56-.16.64-.28.08-.12.08-.28" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:67.344307px 13.990774px;animation:1s linear -.172857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M227.61 74.13v-.32q-.24 0-.4.32-.08.16-.16.4-2.4 4.96-3.36 10.2-.96 5.24-1.44 10.68-.48 5.44-.96 10.96-.48 5.52-1.92 11.04-.48 1.76-.96 3.68-.48 1.92-1.28 3.76-.8 1.84-2.12 3.48t-3.56 2.76q-2.56 1.36-4.72 1.16-2.16-.2-4-1.16-1.84-.96-3.36-2.44-1.52-1.48-2.64-2.68-.16-.16-.32-.36-.16-.2-.24-.12-.16.08-.04.36.12.28.2.44 1.84 3.44 5.6 6 .88.64 2.16 1.12 1.28.48 2.76.68 1.48.2 3.04-.08t3-1.24q2.64-1.76 4.2-3.72 1.56-1.96 2.52-4t1.48-4.2q.52-2.16 1-4.24 1.36-5.44 1.88-10.84.52-5.4.84-10.68.32-5.28.8-10.44.48-5.16 1.84-10.04.16-.32.16-.48" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:63.203522px 12.401834px;animation:1s linear -.157143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M218.17 89.09q.4-1.68 1.08-3.48t1.08-3.56q0-.16.12-.56t.04-.4q-.16-.08-.48.4-.32.48-.32.56-1.12 1.84-2 3.88-.88 2.04-1.6 3.72-.16.4-.68 1.36-.52.96-1.04 2.04t-.88 2q-.36.92-.12 1.08.16 0 .48-.36.32-.36.48-.52.24-.4.56-.84.32-.44.64-.84-.48 2-.84 3.32-.36 1.32-.76 2.36-.4 1.04-.92 1.96-.52.92-1.4 2.12-.64.88-1.56 1.88-.92 1-2.08 1.84-1.16.84-2.52 1.36-1.36.52-2.88.52-1.92 0-3.04-1t-1.68-2.48q-.56-1.48-.72-3.16-.16-1.68-.08-3.12.32-5.76 2.68-11.24 2.36-5.48 6.6-9.8 0-.08.24-.32t.24-.32q-.16-.16-.4 0l-.32.16q-1.44.88-3 2.4t-2.96 3.56q-1.4 2.04-2.56 4.52-1.16 2.48-1.96 5.12-.4 1.36-.6 3.24-.2 1.88-.08 3.92.12 2.04.56 4.08.44 2.04 1.44 3.6t2.56 2.48q1.56.92 3.88.76 2.32-.16 3.72-.8 1.4-.64 2.28-1.36 1.12-.88 2-1.84.88-.96 1.76-1.84-.48 2.8-.92 4.76-.44 1.96-.84 3.72-.56 2.4-1.04 4.6-.48 2.2-1.04 3.88-.56 1.68-1.28 2.76-.72 1.08-1.68 1.24-1.12 0-1.12.24-.08.24.32.4.4.16.8.24 1.2.24 2.28-.4 1.08-.64 1.92-1.88.84-1.24 1.52-2.92t1.16-3.44q.96-3.68 1.6-7.16.64-3.48 1.2-7.32.56-3.76.92-7.52t1.24-7.6" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:58.411324px 36.894824px;animation:1s linear -.141429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M209.21 128.77q-.16-.16-.44-.12-.28.04-.36.04-1.36.24-2.68-.08t-2.68-.88q-1.52-.64-2.8-1.56-1.28-.92-2.88-1.96-.16-.16-.48-.32-.32-.16-.32 0-.08.08.12.4t.36.48q1.04 1.36 2.2 2.56 1.16 1.2 3 1.92 1.2.48 2.48.64 1.28.16 2.36.04 1.08-.12 1.72-.44.64-.32.4-.72" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:91.190025px 17.449108px;animation:1s linear -.125714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M234.17 112.93q-.4 0-1.24-.12t-.84-.76q0-.24.72-.6t1.6-1q.88-.64 1.6-1.72.72-1.08.72-2.76 0-2.08-.8-3.12-.16-.24-.4-.52-.24-.28-.16-.36.16 0 .36.12.2.12.28.2 1.6.88 2.44 2.28.84 1.4.84 2.68 0 2.56-1.2 4.12t-3.92 1.56" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:88.150017px 15.660178px;animation:1s linear -.11s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M231.21 109.81q-.96.4-.96-.48 0-.64.48-1.24t.92-1.32q.44-.72.6-1.64.16-.92-.48-2.28-.16-.4-.56-.88t-.24-.56q.16-.08.68.12t.68.28q1.36.64 2.04 1.92.68 1.28.68 2.24 0 1.52-1.24 2.52t-2.6 1.32" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:85.350021px 15.449107px;animation:1s linear -.094286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M228.89 105.49q0-.4.24-.92t.8-.52q.4 0 .64.52t.24.92q0 .32-.24.84t-.64.52q-.56 0-.8-.48t-.24-.88" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:111.350014px 17.449108px;animation:1s linear -.078571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M254.33 112.93q-.4 0-1.24-.12t-.84-.76q0-.24.72-.6t1.6-1q.88-.64 1.6-1.72.72-1.08.72-2.76 0-2.08-.8-3.12-.16-.24-.4-.52-.24-.28-.16-.36.16 0 .36.12.2.12.28.2 1.6.88 2.44 2.28.84 1.4.84 2.68 0 2.56-1.2 4.12t-3.92 1.56" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:108.31002px 15.660178px;animation:1s linear -.062857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M251.37 109.81q-.96.4-.96-.48 0-.64.48-1.24t.92-1.32q.44-.72.6-1.64.16-.92-.48-2.28-.16-.4-.56-.88t-.24-.56q.16-.08.68.12t.68.28q1.36.64 2.04 1.92.68 1.28.68 2.24 0 1.52-1.24 2.52t-2.6 1.32" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:105.510017px 15.449107px;animation:1s linear -.047143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M249.05 105.49q0-.4.24-.92t.8-.52q.4 0 .64.52t.24.92q0 .32-.24.84t-.64.52q-.56 0-.8-.48t-.24-.88" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:131.510017px 17.449108px;animation:1s linear -.031429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M274.49 112.93q-.4 0-1.24-.12t-.84-.76q0-.24.72-.6t1.6-1q.88-.64 1.6-1.72.72-1.08.72-2.76 0-2.08-.8-3.12-.16-.24-.4-.52-.24-.28-.16-.36.16 0 .36.12.2.12.28.2 1.6.88 2.44 2.28.84 1.4.84 2.68 0 2.56-1.2 4.12t-3.92 1.56" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:128.470024px 15.660178px;animation:1s linear -.015714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M271.53 109.81q-.96.4-.96-.48 0-.64.48-1.24t.92-1.32q.44-.72.6-1.64.16-.92-.48-2.28-.16-.4-.56-.88t-.24-.56q.16-.08.68.12t.68.28q1.36.64 2.04 1.92.68 1.28.68 2.24 0 1.52-1.24 2.52t-2.6 1.32" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:125.670029px 15.449107px;animation:1s linear infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M269.21 105.49q0-.4.24-.92t.8-.52q.4 0 .64.52t.24.92q0 .32-.24.84t-.64.52q-.56 0-.8-.48t-.24-.88" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g></g><style id="bounce-3c330417-32e6-452f-bc30-b486e5f258a7">@keyframes bounce-3c330417-32e6-452f-bc30-b486e5f258a7{0%{animation-timing-function:cubic-bezier(.1361,.2514,.2175,.8786);transform:translate(0,0) scaleY(1)}37%{animation-timing-function:cubic-bezier(.7674,.1844,.8382,.7157);transform:translate(0,-39.96px) scaleY(1)}72%{animation-timing-function:cubic-bezier(.1118,.2149,.2172,.941);transform:translate(0,0) scaleY(1)}87%{animation-timing-function:cubic-bezier(.7494,.2259,.8209,.6963);transform:translate(0,19.900000000000002px) scaleY(.602)}}</style></svg>
26
+ </div>
27
+ </div>
24
28
  </body>
25
29
  </html>
@@ -1,18 +1,19 @@
1
- /* eslint-disable no-unused-vars */
2
1
  import { Options as AssetHtmlOptions } from 'add-asset-html-webpack-plugin';
3
2
  import { Options as HtmlWebpackPluginOptions } from 'html-webpack-plugin';
4
3
  import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer';
4
+ import type { Options as MDXOptions } from '@mdx-js/loader';
5
5
  import type { JsMinifyOptions, Config as SwcConfig } from '@swc/core';
6
6
  import type { CssNanoOptionsExtended } from 'css-minimizer-webpack-plugin';
7
7
  import type { MinifyOptions } from 'terser';
8
8
  import type { Options } from 'ts-import-plugin';
9
- import type { RuleSetRule, WebpackPluginInstance, Configuration } from 'webpack';
9
+ import type { Configuration, RuleSetRule, WebpackPluginInstance } from 'webpack';
10
10
  import type {
11
11
  ProxyArray,
12
12
  ProxyConfigArray,
13
13
  ProxyConfigMap,
14
14
  WebpackConfiguration,
15
15
  } from 'webpack-dev-server';
16
+ import type { State } from 'webpackbar';
16
17
 
17
18
  export type MinifierType = 'swc' | 'terser';
18
19
  export declare type AppType =
@@ -22,6 +23,7 @@ export declare type AppType =
22
23
  | 'back-stage'
23
24
  | 'single-spa'
24
25
  | 'library';
26
+ export declare type Framework = 'react' | 'solid-js';
25
27
  export type TerserOptions = MinifyOptions;
26
28
  export type SwcOptions = JsMinifyOptions;
27
29
  export type HtmlWebpackOption = HtmlWebpackPluginOptions & {
@@ -41,7 +43,7 @@ export interface Theme {
41
43
  errorColor?: string;
42
44
  warningColor?: string;
43
45
  }
44
- export declare type ConfigType<T = 'tsc'> = {
46
+ export declare type ConfigType<T extends 'tsc' | 'swc' = 'swc'> = {
45
47
  /** 渲染模式
46
48
  * @default 'csr'
47
49
  */
@@ -67,22 +69,28 @@ export declare type ConfigType<T = 'tsc'> = {
67
69
  **/
68
70
  entry?: Record<string, string> | string;
69
71
  /** 压缩配置 */
70
- minifier: {
71
- js?: {
72
- /**
73
- * @default 'swc'
74
- */
75
- type?: MinifierType;
76
- options?: SwcOptions | TerserOptions;
77
- };
78
- css?: {
79
- /**
80
- * @default 'swc'
81
- */
82
- type?: CssMinify;
83
- options?: CssNanoOptionsExtended;
84
- };
85
- };
72
+ minifier:
73
+ | {
74
+ js?:
75
+ | {
76
+ /**
77
+ * @default 'swc'
78
+ */
79
+ type?: MinifierType;
80
+ options?: SwcOptions | TerserOptions;
81
+ }
82
+ | false;
83
+ css?:
84
+ | {
85
+ /**
86
+ * @default 'swc'
87
+ */
88
+ type?: CssMinify;
89
+ options?: CssNanoOptionsExtended;
90
+ }
91
+ | false;
92
+ }
93
+ | false;
86
94
  /** 环境变量, 可通过 process.env 获取 */
87
95
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
88
96
  env?: Record<string, any>;
@@ -174,7 +182,7 @@ export declare type ConfigType<T = 'tsc'> = {
174
182
  compress?: boolean;
175
183
  };
176
184
  /** HtmlWebpackPlugin Option */
177
- htmlPluginOption: HtmlWebpackOption;
185
+ htmlPluginOption: HtmlWebpackOption | false;
178
186
  /** 自定义插入 html 的 js 和 css
179
187
  * @example
180
188
  * const conf = {
@@ -255,6 +263,31 @@ export declare type ConfigType<T = 'tsc'> = {
255
263
  | false;
256
264
  /** 📦 打包完成 */
257
265
  done?: () => void;
266
+ mdx?: MDXOptions;
267
+ jsxDomExpressions?: {
268
+ moduleName?: string;
269
+ builtIns?: string[];
270
+ contextToCustomElements?: boolean;
271
+ wrapConditionals?: boolean;
272
+ generate?: 'ssr' | 'dom';
273
+ hydratable?: boolean;
274
+ };
275
+ bar?: Partial<State> | false;
276
+ /** 虚拟模块
277
+ * @example
278
+ * const conf = {
279
+ * virtualModule: {
280
+ * 'custom-module-1': 'export default { name: "user1" };'
281
+ * 'custom-module-2': { age: 12 }
282
+ * }
283
+ * }
284
+ * // 使用
285
+ * import a from 'custom-module-1';
286
+ * import b from 'custom-module-2';
287
+ * console.log(a); // { name: "user1" }
288
+ * console.log(b); // { age: 12 }
289
+ */
290
+ virtualModule?: Record<string, string | object>;
258
291
  };
259
292
  export declare interface ModuleFederationOption {
260
293
  /** 模块名称,唯一性,不能重名 */
package/build/common.js DELETED
@@ -1 +0,0 @@
1
- import fs from"fs";import path from"path";import readline from"readline";import chalk from"chalk";import{merge}from"webpack-merge";import{APPTYPE,CUSTOMCONFIG,pkgName,PROGRAMPATH}from"./process-env";import{tfc,isFunction}from"./utils";export var ENTRYPATH={mobile:"mobile",site:"site","back-stage":"back-stage","single-spa":"single-spa",library:"library","single-component":"single-component"};var includeModule=[pkgName,"neko-ui","antd","@antv","katex","font-pingfang-sc","font-pingfang-tc","react-photo-view","react-markdown-editor-lite","schema-design"],defaultSplitChunk={chunks:"all",minSize:1024,minChunks:1};"single-component"===APPTYPE&&(defaultSplitChunk=!1);var defaultConfig={seo:!1,mode:"csr",compiler:"swc",bundleAnalyzer:{analyzerMode:"static",reportFilename:"report.html",openAnalyzer:!1},entry:{},minifier:{},sourceMap:{filename:"[file].map",publicPath:""},env:{},routeBaseName:"/",publicPath:"/",designSize:"mobile"===APPTYPE?375:1680,fallbackCompPath:null,modifyVars:{},prefixCls:"n",alias:{},layoutSider:{},moduleRules:[],prefixJsLoader:[],cssModules:[],importOnDemand:{},proxy:[],cacheDirectory:PROGRAMPATH+"/node_modules/.temp_cache",devServer:{allowedHosts:[".baidu.com"],host:"localhost",port:3e3,https:!1,compress:!1},htmlPluginOption:{template:"./node_modules/"+pkgName+"/template/index.html",favicon:"./node_modules/"+pkgName+"/template/favicon.ico",tags:[]},assetHtml:[],routerMode:"browser",fixBrowserRouter:!1,plugins:[],splitChunk:defaultSplitChunk,runtimeChunk:"single-component"!==APPTYPE&&"single",moduleFederation:[],rulesInclude:{less:includeModule,css:includeModule,js:includeModule,media:includeModule,fonts:includeModule}};export var log=function(e){readline.cursorTo(process.stdout,0),process.stdout.write(e)};var customConf=defaultConfig,configPath=null,normalConf={},envConf={};try{configPath=path.join(PROGRAMPATH,"./config/index.ts"),fs.accessSync(configPath,fs.constants.R_OK)}catch(error){configPath=null}if(configPath)try{var conf=eval(tfc(configPath)).default;normalConf=isFunction(conf)?conf(process):conf}catch(error){process.stdout.write(chalk.red(error))}if(CUSTOMCONFIG){var customConfigPath=null;try{customConfigPath=path.join(PROGRAMPATH,"./config/"+CUSTOMCONFIG+".ts"),fs.accessSync(customConfigPath,fs.constants.R_OK)}catch(error){customConfigPath=null}if(null!==customConfigPath)try{var conf=eval(tfc(customConfigPath)).default;envConf=isFunction(conf)?conf(process):conf}catch(error){process.stdout.write(chalk.red(error))}}customConf=merge(customConf,normalConf,envConf),!1===customConf.devtool&&(customConf.sourceMap=!1),!1===customConf.sourceMap&&(customConf.devtool=!1),customConf.fixBrowserRouter&&(customConf.htmlPluginOption.tags||(customConf.htmlPluginOption.tags=[]),customConf.htmlPluginOption.tags.push({textContent:"\n (function(l) {\n if (l.search[1] === '/' ) {\n var decoded = l.search.slice(1).split('&').map(function(s) { \n return s.replace(/~and~/g, '&')\n }).join('?');\n window.history.replaceState(null, null,\n l.pathname.slice(0, -1) + decoded + l.hash\n );\n }\n }(window.location))\n "}));export var CONFIG=customConf;export var PUBLICPATH=CONFIG.publicPath||"/";global.NEKOCLICONFIG={CONFIG:CONFIG,log:log};
package/build/coverage.js DELETED
@@ -1 +0,0 @@
1
- import{readFileSync as r,accessSync as e,constants as c}from"fs";import{join as o}from"path";import{Parser as a}from"xml2js";import{PACKAGENAME as t,PROGRAMPATH as i}from"./process-env";export var coverage={};try{var m=o(i,"./coverage/clover.xml");e(m,c.R_OK);var n=new a({explicitArray:!1,async:!1}),v=r(m,{encoding:"utf-8"});n.parseString(v,function(r,e){if(!r){var c,o=e.coverage.project.metrics.$,a=e.coverage.project.package;Object.assign(coverage,((c={})[t]=o,c)),a.forEach(function(r){var e;Object.assign(coverage,((e={})[r.$.name]=r.metrics.$,e))})}})}catch(r){}
package/build/done.d.ts DELETED
@@ -1,8 +0,0 @@
1
- declare class DoneWebpackPlugin {
2
- options: {
3
- done?: () => void;
4
- };
5
- constructor(options: any);
6
- apply(compiler: any): void;
7
- }
8
- export default DoneWebpackPlugin;
package/build/done.js DELETED
@@ -1 +0,0 @@
1
- var n=function(){"use strict";function n(n){this.options=Object.assign({},n)}return n.prototype.apply=function(n){var o=this;n.hooks.done.tap("DoneWebpackPlugin",function(){null==o.options.done||o.options.done()})},n}();export default n;
@@ -1,17 +0,0 @@
1
- declare const envFlags: {
2
- projectName: string;
3
- projectCoverage: string;
4
- providerConfig: string;
5
- fallbackCompPath: string;
6
- ReactDOMPath: string;
7
- favicon: string;
8
- hasLocales: string;
9
- hasPersist: string;
10
- layoutSider: string;
11
- hasAntd: string;
12
- APPTYPE: string;
13
- APPENTRY: string;
14
- programInfo: string;
15
- 'process.env': string;
16
- };
17
- export default envFlags;
package/build/envFlags.js DELETED
@@ -1 +0,0 @@
1
- function r(){return(r=Object.assign||function(r){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(r[e]=t[e])}return r}).apply(this,arguments)}import i from"fs";import t from"path";import{CONFIG as e}from"./common";import{coverage as o}from"./coverage";import s from"./html-plugin-option";import{APPTYPE as n,NODE_ENV as a,PACKAGENAME as f,programInfo as c,PROGRAMPATH as p,hasAntd as m,hasReact as g}from"./process-env";import{toUpperCaseString as l}from"./utils";var y=parseFloat(g?require("react/package.json").version:"18")>=18?"react-dom/client":"react-dom",S="library"===n?"site":"src",N=!1;try{var O=t.join(p,"./src/index.ts");i.accessSync(O,i.constants.R_OK),N=O}catch(r){N=!1}var d={projectName:JSON.stringify(l(f)),projectCoverage:JSON.stringify(o),providerConfig:JSON.stringify({prefixCls:e.prefixCls,iconPrefixCls:e.prefixCls+"-icon",theme:e.theme}),fallbackCompPath:JSON.stringify(e.fallbackCompPath),ReactDOMPath:JSON.stringify(y),favicon:JSON.stringify(s.favicon),hasLocales:JSON.stringify(i.existsSync(t.join(p,"./"+S+"/locales"))),hasPersist:JSON.stringify(i.existsSync(t.join(p,"./"+S+"/persist.ts"))),layoutSider:JSON.stringify(e.layoutSider),hasAntd:JSON.stringify(m),APPTYPE:JSON.stringify(n),APPENTRY:JSON.stringify(N),programInfo:JSON.stringify(r({},c,{routeBaseName:e.routeBaseName,designSize:e.designSize,routerMode:e.routerMode,renderMode:e.mode})),"process.env":JSON.stringify(r({NODE_ENV:a,iconfont:e.iconfont},e.env))};export default d;
package/build/has-pkg.js DELETED
@@ -1 +0,0 @@
1
- import{accessSync as o,constants as r}from"fs";import t from"path";import{PROGRAMPATH as a}from"./process-env";export function hasPkg(e){var m=!1;try{var n=t.join(a,"./node_modules/"+e+"/package.json");o(n,r.R_OK),m=!0}catch(o){m=!1}return m}
@@ -1 +0,0 @@
1
- var t=function(){"use strict";function t(t){this.entryMatchCallback=t}return t.prototype.apply=function(t){var n=this;t.hooks.compilation.tap("AddEntryAttributeWebpackPlugin",function(r){var a=t.options.plugins.map(function(t){return t.constructor}).find(function(t){return t&&"HtmlWebpackPlugin"===t.name});a&&a.getHooks(r).alterAssetTagGroups.tap("AddEntryAttributeWebpackPlugin",function(t){return t.headTags.forEach(function(t){var r;"script"===t.tagName&&n.entryMatchCallback(null==(r=t.attributes)?void 0:r.src)&&(t.attributes.entry=!0)}),t})})},t}();export default t;
@@ -1 +0,0 @@
1
- import e from"path";import{merge as t}from"webpack-merge";import{CONFIG as i}from"./common";import{PROGRAMPATH as o,PACKAGENAME as r,programInfo as a}from"./process-env";var n,p=i.htmlPluginOption,m=p.template,l=p.favicon,c=function(e,t){if(null==e)return{};var i,o,r={},a=Object.keys(e);for(o=0;o<a.length;o++)t.indexOf(i=a[o])>=0||(r[i]=e[i]);return r}(p,["template","favicon"]),s=t({title:(null==(n=i.env)?void 0:n.PROJECTNAME)||r.toLocaleUpperCase()||"Title",filename:"index.html",hash:!1,minify:{collapseWhitespace:!0,removeComments:!0,removeRedundantAttributes:!1,removeScriptTypeAttributes:!1,removeStyleLinkTypeAttributes:!1,removeAttributeQuotes:!0,useShortDoctype:!0},meta:{charset:"UTF-8","X-UA-Compatible":{"http-equiv":"X-UA-Compatible",content:"IE=edge,Chrome=1"},HandheldFriendly:"true",MobileOptimized:"320","screen-orientation":"portrait","x5-orientation":"portrait",browsermode:"application","x5-page-mode":"app","msapplication-tap-highlight":"no",viewport:"width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no","apple-mobile-web-app-capable":"yes",renderer:"webkit",description:a.description||""},tags:[],template:e.join(o,m),favicon:e.join(o,l)},c);export default s;
package/build/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from './process-env';
2
- export * from './utils';
package/build/index.js DELETED
@@ -1 +0,0 @@
1
- export*from"./process-env";export*from"./utils";
package/build/minify.js DELETED
@@ -1 +0,0 @@
1
- import e from"terser-webpack-plugin";import{merge as r}from"webpack-merge";import{swcMinifyOption as o}from"./swcrc";export var minify={terser:{minify:e.terserMinify,terserOptions:{ecma:2015,parse:{},compress:{global_defs:{"@alert":"console.log"},drop_console:!0,drop_debugger:!0,pure_funcs:["console.log","console.warn","console.error","console.info"]},toplevel:!1,mangle:!0,module:!1,format:{comments:!1},ie8:!1,keep_classnames:void 0,keep_fnames:!1,safari10:!1},extractComments:!1},swc:{minify:e.swcMinify,terserOptions:o}};export var getMinifyOption=function(e,o){void 0===o&&(o={});var s=minify[e];return Object.assign(s,{terserOptions:r(s.terserOptions,o)})};
@@ -1 +0,0 @@
1
- import{CONFIG as i}from"./common";import o from"./html-plugin-option";var f=i.prefixCls||"n",n={};Object.assign(n,{"@prefix-cls":f,"@ant-prefix":f,"@iconfont-css-prefix":f+"-icon","@favicon":JSON.stringify(o.favicon)},i.modifyVars||{});export default n;
@@ -1,4 +0,0 @@
1
- import ExternalTemplateRemotesPlugin from 'external-remotes-plugin';
2
- import { NormalModuleReplacementPlugin } from 'webpack';
3
- import ModuleFederationPlugin from 'webpack/lib/container/ModuleFederationPlugin.js';
4
- export declare const moduleFederation: (typeof ExternalTemplateRemotesPlugin | typeof ModuleFederationPlugin | typeof NormalModuleReplacementPlugin)[];
@@ -1 +0,0 @@
1
- function e(){return(e=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var o=arguments[r];for(var t in o)Object.prototype.hasOwnProperty.call(o,t)&&(e[t]=o[t])}return e}).apply(this,arguments)}import r from"external-remotes-plugin";import{NormalModuleReplacementPlugin as o}from"webpack";import t from"webpack/lib/container/ModuleFederationPlugin.js";import{CONFIG as a}from"./common";import{resolve as n}from"./utils";var i,s={},l={},m={};export var moduleFederation=null==(i=a.moduleFederation)?void 0:i.map(function(r){if(Array.isArray(r.remotes))for(var o=0,a=r.remotes.length;o<a;o++){var i=r.remotes[o],p=i.alias||i.name,u=i.filename||"remote_entry.js";if(m[p]=i.name+"@"+i.host+"/"+u,Array.isArray(i.library))for(var f=0,y=i.library.length;f<y;f++)s[i.library[f]]=p+"/"+i.library[f]}if(Array.isArray(r.exposes))for(var c=0,d=r.exposes.length;c<d;c++){var b=r.exposes[c];"string"==typeof b?l["./"+b]=n(b):"[object Object]"===Object.prototype.toString.call(b)&&(l["./"+b.name]=n(b.path))}return new t(e({filename:"remote_entry.js"},r,{remotes:m,exposes:l}))});moduleFederation.length&&(moduleFederation.push(new r),moduleFederation.push(new o(/(.*)/,function(e){s[e.request]&&(e.request=s[e.request])})));
@@ -1 +0,0 @@
1
- function e(e,s){(null==s||s>e.length)&&(s=e.length);for(var o=0,r=Array(s);o<s;o++)r[o]=e[o];return r}function s(s){return function(s){if(Array.isArray(s))return e(s)}(s)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(s)||function(s,o){if(s){if("string"==typeof s)return e(s,o);var r=Object.prototype.toString.call(s).slice(8,-1);if("Object"===r&&s.constructor&&(r=s.constructor.name),"Map"===r||"Set"===r)return Array.from(r);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return e(s,o)}}(s)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}import o from"mini-css-extract-plugin";import r from"mini-svg-data-uri";import{CONFIG as t,PUBLICPATH as l}from"./common";import{hasPkg as n}from"./has-pkg";import a from"./modifyVars";import{APPTYPE as i,DEV as c,pkgName as u}from"./process-env";import p from"./swcrc";import m from"./tsloader.config";import{resolveNodeModulesPath as d,resolveProgramPath as f}from"./utils";var y,g,v,x,b,h,$,j,I,A,w="single-spa"===i?l:"../",S={loader:o.loader,options:{publicPath:"/"!==w?w:"../"}},k=n("@moneko/postcss")&&{loader:"postcss-loader",options:{postcssOptions:require("@moneko/postcss")}};c&&(S="style-loader");var q=s(t.cssModules).concat([u,"neko-ui"]).map(d),O=[d(""+u+"/lib/styles/eval/*.less")].concat(s(["src/styles/variables/*.less","src/styles/mixins/*.less","site/styles/variables/*.less","site/styles/mixins/*.less"].map(f))),E=["components","example","mock","site","src"].map(f),B=[S,{loader:"css-loader",options:{modules:{auto:function(e){for(var s=0,o=q.length;s<o;s++)if(e&&(null==e?void 0:e.includes(q[s])))return RegExp("(.*(?<!\\.global\\.(le|c)ss)$)","i").test(e);return RegExp("(^(?!.*node_modules))(.*(?<!\\.global\\.(le|c)ss)$)","i").test(e)},localIdentName:"[path][name]__[local]",exportLocalsConvention:"dashesOnly"},importLoaders:2}},k,"css-unicode-loader",{loader:"less-loader",options:{sourceMap:!!t.sourceMap,lessOptions:{modifyVars:a,javascriptEnabled:!0}}},{loader:"style-resources-loader",options:{patterns:O}}].filter(Boolean),L={loader:"tsc"===t.compiler?"ts-loader":"swc-loader",options:"tsc"===t.compiler?m:p(c)},M={rules:[{oneOf:[{resourceQuery:/raw/,type:"asset/source"},{resourceQuery:/\.wasm$/,type:"webassembly/async"},{test:/\.less$/,use:B,include:E.concat((null==(y=t.rulesInclude)?void 0:null==(g=y.less)?void 0:g.map(d))||[])},{test:/\.css$/,use:[S,"css-loader",k,"css-unicode-loader"].filter(Boolean),include:E.concat((null==(v=t.rulesInclude)?void 0:null==(x=v.css)?void 0:x.map(d))||[])},{test:/\.(gif|png|jpe?g|ico|mp4)$/i,type:"asset",generator:{filename:"assets/images/[name][ext][query]"},include:E.concat((null==(b=t.rulesInclude)?void 0:null==(h=b.media)?void 0:h.map(d))||[])},{test:/\.(eot|ttf|otf|woff(|2))$/,type:"asset",generator:{filename:"assets/fonts/[name][ext][query]"},include:E.concat((null==($=t.rulesInclude)?void 0:null==(j=$.fonts)?void 0:j.map(d))||[])},{test:/\.svg$/,type:"asset/inline",generator:{dataUrl:function(e){return r("string"!=typeof e?e.toString():e)}}},{test:/\.txt$/,type:"asset/source"},{test:/\.(cj|mj|t|j)s(|x)$/,use:s(t.prefixJsLoader).concat([L]).filter(Boolean),include:E.concat((null==(I=t.rulesInclude)?void 0:null==(A=I.js)?void 0:A.map(d))||[])},{test:/\.mdx?$/,use:s(t.prefixJsLoader).concat([L,{loader:"@mdx-js/loader",options:{jsxImportSource:"solid-js/h",rehypePlugins:[[require("@mapbox/rehype-prism"),{ignore:!0}],require("rehype-accessible-emojis").rehypeAccessibleEmojis,require("rehype-figure")],remarkPlugins:[]}}]).filter(Boolean),include:E,exclude:[/(.+)\/examples\/(.+).mdx?$/i]},{test:/\.mdx?$/,type:"asset/source",include:[/(.+)\/examples\/(.+).mdx?$/i]},{type:"asset/source",include:[/(.+)\/examples\/(.+).*?$/i]}]}].concat(s(t.moduleRules))};export default M;
@@ -1,29 +0,0 @@
1
- import type { AppType } from '../typings/global';
2
- export declare const APPTYPE: AppType;
3
- export declare const PROGRAMPATH: string;
4
- export declare const PACKAGENAME: string;
5
- export declare const PACKAGEVERSION: string;
6
- export declare const pkgName: string;
7
- export declare const NODE_ENV: string;
8
- export declare const CUSTOMCONFIG: string;
9
- export declare const DEV: boolean;
10
- export declare let hasEslintConfig: boolean;
11
- export declare let hasStylelintConfig: boolean;
12
- export declare const hasReact: boolean;
13
- export declare const hasAntd: boolean;
14
- export declare const programInfo: {
15
- name: string;
16
- version: string;
17
- type: AppType;
18
- description: string;
19
- author: {
20
- name: string;
21
- email: string;
22
- url: string;
23
- };
24
- repository: {
25
- type: string;
26
- url: string;
27
- directory: string;
28
- };
29
- };
@@ -1 +0,0 @@
1
- import{hasPkg as e}from"./has-pkg";import{resolveProgramPath as r}from"./utils";import o from"./yarn-argv";export var APPTYPE=process.env.APPTYPE;export var PROGRAMPATH=process.cwd();export var PACKAGENAME=process.env.npm_package_name;export var PACKAGEVERSION=process.env.npm_package_version;export var pkgName=require("../package.json").name;export var NODE_ENV=process.env.NODE_ENV;export var CUSTOMCONFIG=process.env.npm_config_config||o.config;export var DEV="development"===process.env.NODE_ENV;export var hasEslintConfig=!!Object.keys(process.env).filter(function(e){return e.startsWith("npm_package_eslintConfig_")}).length;export var hasStylelintConfig=!!Object.keys(process.env).filter(function(e){return e.startsWith("npm_package_stylelint_")}).length;export var hasReact=e("react");export var hasAntd=e("antd");export var programInfo={name:PACKAGENAME,version:PACKAGEVERSION,type:APPTYPE,description:process.env.npm_package_description,author:{name:process.env.npm_package_author_name,email:process.env.npm_package_author_email,url:process.env.npm_package_author_url},repository:{type:process.env.npm_package_repository_type,url:process.env.npm_package_repository_url,directory:process.env.npm_package_repository_directory}};if(parseInt(process.versions.node)>14){var p=require(r("package.json")),n=p.description,t=p.author,a=p.repository,s=p.eslintConfig,i=p.stylelint;programInfo.author="string"==typeof t?{name:t}:t,programInfo.repository="string"==typeof t?{url:a}:a,programInfo.description=n,hasEslintConfig=!!s,hasStylelintConfig=!!i}
@@ -1 +0,0 @@
1
- import*as e from"fs";import{CachedInputFileSystem as s,ResolverFactory as o}from"enhanced-resolve";var n=o.createResolver({fileSystem:new s(e,4e3),conditionNames:["node"],extensions:[".js",".json",".node"],useSyncFileSystemCalls:!0,mainFields:["esm","module","main"]});export default n;
package/build/seo.js DELETED
@@ -1 +0,0 @@
1
- import{existsSync as t,mkdirSync as o,writeFile as r,readdirSync as e,statSync as m}from"fs";import{join as i}from"path";import{CONFIG as n}from"./common";import{APPTYPE as a,PROGRAMPATH as p}from"./process-env";import{resolveProgramPath as s}from"./utils";import{outputConfig as c}from"./webpack.common";export var seo=function(){var f=n.seo||{},u=f.domain,l=f.nojekyll,h=f.path;if(u){var v=h&&s(h)||(null==c?void 0:c.path)||process.cwd(),d=function(t){if(t)throw t};t(v)||o(v),r(i(v,"CNAME"),u,"utf-8",d),r(i(v,"robots"),"Sitemap: https://"+u+n.routeBaseName+"sitemap.txt","utf-8",d);var E="";"library"===a&&(E=(function t(o,r,i){var n=[];return e(o).forEach(function(e){if("static"===e)return!1;var a=o+"/"+e,s=m(a);s&&s.isDirectory()?n=n.concat(t(a,r,i)):a.endsWith("README.mdx")&&n.push("https://"+r+i+a.replace(p+"/components/","").replace("/README.mdx",""))}),n})(i(p,"./components"),u,n.routeBaseName).join("\n")),r(i(v,"sitemap.txt"),E,"utf-8",d),l&&r(i(v,".nojekyll"),"","utf-8",d)}};
package/build/swcrc.js DELETED
@@ -1 +0,0 @@
1
- import{merge as e}from"webpack-merge";import{CONFIG as o}from"./common";import r from"./envFlags";var t={env:{targets:["last 2 version","> 0.5%","ie 11","not dead"],mode:"entry",coreJs:"3"}};export var swcMinifyOption={compress:{top_retain:[],keep_infinity:!0,global_defs:{"@alert":"console.log"},pure_funcs:["console.log","console.warn","console.error","console.info"],toplevel:!1,drop_console:!0,drop_debugger:!0,module:!1,ecma:2015,ie8:!1,keep_classnames:void 0,keep_fnames:!1},mangle:!0};export default function(s){void 0===s&&(s=!1);var n=Object.assign({module:{type:"es6",ignoreDynamic:!0,strict:!0,strictMode:!0,lazy:!0,noInterop:!0},jsc:{parser:{syntax:"typescript",decorators:!0,dynamicImport:!0,tsx:!0},loose:!0,target:"es2022",externalHelpers:!0,transform:{legacyDecorator:!0,decoratorMetadata:!0,react:{runtime:"automatic",throwIfNamespace:!0,useBuiltins:!0,refresh:s,development:s},constModules:{globals:{"env-flags":r}},optimizer:{simplify:!1}},experimental:{plugins:[["swc-plugin-another-transform-imports",function(e){for(var o=0,r=Object.keys(e),t=r.length;o<t;o++)e[r[o]].transform=r[o]+"/"+e[r[o]].transform,e[r[o]].style&&(e[r[o]].style=r[o]+"/"+e[r[o]].style);return e}(o.importOnDemand||{})]]}},sourceMaps:!0,parseMap:!0},!s&&t);return o.swcrc&&(n=e(n,"function"==typeof o.swcrc?o.swcrc(s):o.swcrc)),n};
@@ -1 +0,0 @@
1
- import fs from"fs";import transformerFactory from"ts-import-plugin";import merge from"webpack-merge";import{CONFIG}from"./common";import{tfc,isFunction,resolveProgramPath}from"./utils";var importOnDemand=[];Array.isArray(CONFIG.importOnDemand)&&Object.assign(importOnDemand,CONFIG.importOnDemand.map(function(r){return transformerFactory(r)}));var beforeTransformers=[].concat(importOnDemand),tsLoaderConfig={transpileOnly:!0,getCustomTransformers:function(){return{before:beforeTransformers}}};try{var customTsloaderConfigPath=resolveProgramPath("tsloader.config.ts");fs.accessSync(customTsloaderConfigPath,fs.constants.R_OK);var customTsloaderConfig=eval(tfc(customTsloaderConfigPath)).default;tsLoaderConfig=merge(tsLoaderConfig,isFunction(customTsloaderConfig)?customTsloaderConfig(process):customTsloaderConfig)}catch(error){}export default tsLoaderConfig;
package/build/utils.js DELETED
@@ -1 +0,0 @@
1
- function _type_of(r){return r&&"undefined"!=typeof Symbol&&r.constructor===Symbol?"symbol":typeof r}import{networkInterfaces}from"os";import path from"path";import{transformFileSync}from"@swc/core";import resolverSync from"./resolver-sync";var swcOption={inputSourceMap:!1,sourceMaps:!1,module:{type:"commonjs"},jsc:{parser:{syntax:"typescript"},loose:!1}};export var tfc=function(filepath){var out=transformFileSync(filepath,swcOption).code||"{}";try{return eval(out)}catch(error){return out}};export function toUpperCaseString(r){return null==r?void 0:r.replace(/\b\w/g,function(r){return r.toUpperCase()}).replace(/\./g," ")}export function getIPAdress(){var r=networkInterfaces();for(var e in r)if(Object.prototype.hasOwnProperty.call(r,e))for(var o=r[e],t=0;t<o.length;t++){var n=o[t];if("IPv4"===n.family&&"127.0.0.1"!==n.address&&!n.address.startsWith("169.254")&&!n.internal)return n.address}}export function resolveProgramPath(r){return path.resolve(process.cwd(),"./"+r)}export var resolveNodeModulesPath=function(r){return resolveProgramPath("node_modules/"+r)};export var resolve=function(r){return resolverSync.resolveSync({},process.cwd(),r)||r};var funcTag="[object Function]",asyncTag="[object AsyncFunction]",genTag="[object GeneratorFunction]",proxyTag="[object Proxy]";export function isObject(r){var e=void 0===r?"undefined":_type_of(r);return null!==r&&("object"==e||"function"==e)}export function isFunction(r){if(!isObject(r))return!1;var e=Object.prototype.toString.call(r);return e==funcTag||e==asyncTag||e==genTag||e==proxyTag}
@@ -1 +0,0 @@
1
- function t(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function e(){return(e=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}function n(e){return function(e){if(Array.isArray(e))return t(e)}(e)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(e)||function(e,n){if(e){if("string"==typeof e)return t(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);if("Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r)return Array.from(r);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return t(e,n)}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}import r from"fs";import{join as o,dirname as s}from"path";import i from"url";import a from"add-asset-html-webpack-plugin";import l from"html-webpack-plugin";import{DefinePlugin as p,WatchIgnorePlugin as u,SourceMapDevToolPlugin as c,AutomaticPrefetchPlugin as m}from"webpack";import f from"webpackbar";import{CONFIG as d,ENTRYPATH as y,PUBLICPATH as g}from"./common";import h from"./done";import b from"./envFlags";import j from"./html-add-entry-attr";import w from"./html-plugin-option";import{moduleFederation as x}from"./module-federation";import v from"./module.config";import{APPTYPE as k,DEV as O,hasEslintConfig as A,hasStylelintConfig as C,PACKAGENAME as S,PROGRAMPATH as T}from"./process-env";import{seo as _}from"./seo";import{resolveProgramPath as B}from"./utils";for(var K,L,M=[".eslintrc.js",".eslintrc.json",".eslintrc.yaml",".eslintrc.json"],P=[".stylelintrc",".stylelintrc.json",".stylelintrc.yaml",".stylelintrc.yml",".stylelintrc.js","stylelint.config.js","stylelint.config.cjs"],F=r.readdirSync(T),I=!1,R=!1,$=0,q=F.length;$<q;$++)P.includes(F[$])&&(R=!0),M.includes(F[$])&&(I=!0);I||(I=A),R||(R=C);var E=R?require("stylelint-webpack-plugin"):null,U=I?require("eslint-webpack-plugin"):null,W={"@":B("src")};Object.assign(W,d.alias),"library"===k&&Object.assign(W,((K={"@":B("site"),"@pkg":B("components")})[S]=B("components"),K));var G=d.assetHtml.map(function(t){return e({publicPath:""},t)});export var outputConfig={path:B("library"===k?"docs":"dist"),filename:"js/[name].bundle.js",chunkFilename:"js/[name].chunk.js",assetModuleFilename:"assets/[name].[hash][ext]",library:S,libraryTarget:"window",globalObject:"window",chunkLoadingGlobal:"webpackJsonp_"+S,pathinfo:!1,clean:!0,publicPath:g};export var __filename=i.fileURLToPath(import.meta.url);var H=s(__filename),J=o(H,"../lib/packages/"+y[k]+"/index.js");"single-component"===k&&(Object.assign(W,((L={})[S]=B("umd"),L)),J=B(O?"example/index.ts":"src/index.ts"),outputConfig.path=B(O?"dist":"umd"),outputConfig.filename="index.js",outputConfig.library=S,outputConfig.libraryTarget="umd",outputConfig.libraryExport="default");var N={main:J};d.entry&&("string"==typeof d.entry?N=d.entry:Object.keys(d.entry)&&Object.assign(N,d.entry)),d.output&&("string"==typeof d.output?outputConfig.path=d.output:Object.keys(d.output)&&Object.assign(outputConfig,d.output));var z=d.routeBaseName.split("/").filter(Boolean).length,D=Array(z).fill("..").join("/")+(z?"/":"")+"404.html",Q=d.fixBrowserRouter||{},V=Q.pathSegmentsToKeep,X=void 0===V?z:V,Y=Q.path,Z={entry:N,stats:"errors-only",infrastructureLogging:{level:"none"},target:"web",plugins:[new m].concat(n(x),[U&&new U({threads:!0,extensions:["js","md","mdx","cjs","ejs","mjs","jsx","ts","tsx","json","html","coffee","vue"]}),E&&new E({fix:!0,threads:!0,extensions:["css","scss","sass","less","ts","tsx","js","jsx"],exclude:["node_modules/","es/","lib/","docs/","coverage/","dist/"]}),new l(w),d.fixBrowserRouter&&new l({filename:void 0===Y?D:Y,inject:!1,templateContent:function(){return"<html html><head><title>"+w.title+"</title><script>var pathSegmentsToKeep = "+(X||z)+";var l = window.location;l.replace(l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') + l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' + l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') + (l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') + l.hash);</script></head><body></body></html>"}}),new a(G),"single-spa"===k&&new j(function(t){return!!(t.match(/main\.(.*)\.bundle.js$/)||t.match("main.bundle.js"))}),new p(b),new u({paths:[/\.d\.ts$/]}),d.sourceMap&&new c(d.sourceMap),new f({name:"编译中",color:"#6f42c1"}),new h({done:function(){!O&&d.seo&&_(),null==d.done||d.done()}})],n(d.plugins)).filter(Boolean),experiments:{topLevelAwait:!0,syncWebAssembly:!0,asyncWebAssembly:!0},resolve:{extensions:[".tsx",".ts",".js",".jsx"],alias:W,fallback:{path:!1,fs:!1,crypto:!1,assert:!1}},module:v,externals:d.externals,output:outputConfig};export default Z;
@@ -1,2 +0,0 @@
1
- declare const webpackConfig: Promise<unknown>;
2
- export default webpackConfig;
@@ -1 +0,0 @@
1
- import e from"chalk";import{getPort as r}from"portfinder";import{HotModuleReplacementPlugin as o}from"webpack";import{merge as t}from"webpack-merge";import{CONFIG as n}from"./common";import{hasPkg as i}from"./has-pkg";import{hasReact as p}from"./process-env";import{getIPAdress as s,resolveProgramPath as a}from"./utils";import l from"./webpack.common";var c=require("@soda/friendly-errors-webpack-plugin"),m=i("@moneko/mock"),d=m?require("@moneko/mock").default:null,v=p?require("@pmmmwh/react-refresh-webpack-plugin").default:null,u=!1;n.cacheDirectory&&(u={type:"filesystem",allowCollectingMemory:!0,cacheDirectory:n.cacheDirectory});var f=!1===n.devtool||n.devtool?n.devtool:"eval-cheap-module-source-map",h=new Promise(function(i){r({port:n.devServer.port,stopPort:9999},function(r,h){var w=[];n.devServer.port!==h&&w.push("Port "+e.yellow(n.devServer.port)+" is in use, trying "+e.green(h)+" instead"),n.devServer.port=h;var g="/"===n.routeBaseName,k=n.devServer.https?"https:":"http:",y=g?"":n.routeBaseName,S=t(l,{devtool:f,mode:"development",cache:u,devServer:{headers:{"Access-Control-Allow-Origin":"*"},compress:n.devServer.compress,host:"0.0.0.0",port:h,historyApiFallback:g||{index:y,disableDotRule:!0},https:n.devServer.https,proxy:n.proxy,allowedHosts:n.devServer.allowedHosts,client:{progress:!1,logging:"info",overlay:!1},static:{watch:{ignored:function(e){return e.endsWith(".d.ts")}}},setupMiddlewares:function(e,r){if(!r)throw Error("webpack-dev-server is not defined");return r.app&&m&&d(r.app,a("mock/")),e},open:!1,hot:!0},plugins:[new o,p&&new v,new c({compilationSuccessInfo:{messages:["You application is running here:\n\n local: "+e.cyan(k+"//"+n.devServer.host+":"+h+y)+"\n network: "+e.cyan(k+"//"+s()+":"+h+y)],notes:w},clearConsole:!0})].filter(Boolean)});i(S)})});export default h;
@@ -1,3 +0,0 @@
1
- import type { Configuration } from 'webpack';
2
- declare const _default: Configuration;
3
- export default _default;
@@ -1 +0,0 @@
1
- import e,{cssnanoMinify as i,swcMinify as n}from"css-minimizer-webpack-plugin";import o from"mini-css-extract-plugin";import m from"terser-webpack-plugin";import{optimize as r}from"webpack";import{BundleAnalyzerPlugin as l}from"webpack-bundle-analyzer";import{merge as t}from"webpack-merge";import{CONFIG as s}from"./common";import{getMinifyOption as c}from"./minify";import p from"./webpack.common";var u,a,d,f,k="swc"===s.compiler?"swc":"terser",h="swc"===s.compiler?"swc":"cssnano",w={splitChunks:s.splitChunk,runtimeChunk:s.runtimeChunk,chunkIds:"named",moduleIds:"named",removeAvailableModules:!0,removeEmptyChunks:!0,mergeDuplicateChunks:!0,minimize:!0,minimizer:[new m(c((null==(u=s.minifier.js)?void 0:u.type)||k,null==(a=s.minifier.js)?void 0:a.options)),new e({minify:{swc:n,cssnano:i}[(null==(d=s.minifier.css)?void 0:d.type)||h],minimizerOptions:null==(f=s.minifier.css)?void 0:f.options})]},y=!1;s.cacheDirectory&&(y={type:"filesystem",allowCollectingMemory:!0,cacheDirectory:s.cacheDirectory});export default t(p,{devtool:!1===s.devtool||s.devtool?s.devtool:"cheap-module-source-map",mode:"production",cache:y,optimization:w,plugins:[new o({filename:"style/[name].bundle.css",chunkFilename:"style/[name].chunk.css",experimentalUseImportModule:!0}),s.bundleAnalyzer&&new l(s.bundleAnalyzer),s.splitChunk&&new r.MinChunkSizePlugin({minChunkSize:1e4})].filter(Boolean)});
@@ -1 +0,0 @@
1
- var n,a=null==(n=JSON.parse(process.env.npm_config_argv||"{}"))?void 0:n.original,r={};null==a||a.forEach(function(n){var a,i=n.split("=");Object.assign(r,((a={})[i[0]]=i[1]||!0,a))});export default r;