@rsbuild/core 1.2.8 → 1.2.9
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.
- package/README.md +10 -2
- package/compiled/css-loader/index.js +18 -18
- package/compiled/postcss-loader/index.js +6 -6
- package/compiled/rsbuild-dev-middleware/index.js +25 -25
- package/compiled/style-loader/index.js +10 -10
- package/dist/index.cjs +76 -48
- package/dist/index.js +76 -48
- package/dist-types/server/devServer.d.ts +11 -6
- package/dist-types/server/getDevMiddlewares.d.ts +4 -0
- package/dist-types/types/hooks.d.ts +1 -1
- package/dist-types/types/plugin.d.ts +63 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,13 +2,21 @@
|
|
|
2
2
|
<a href="https://rsbuild.dev" target="blank"><img src="https://assets.rspack.dev/rsbuild/rsbuild-banner.png" alt="Rsbuild Logo" /></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# @rsbuild/core
|
|
6
6
|
|
|
7
7
|
The Rspack-based build tool. It's fast, out-of-the-box and extensible.
|
|
8
8
|
|
|
9
|
+
<p>
|
|
10
|
+
<a href="https://npmjs.com/package/@rsbuild/core">
|
|
11
|
+
<img src="https://img.shields.io/npm/v/@rsbuild/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
|
|
12
|
+
</a>
|
|
13
|
+
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="license" />
|
|
14
|
+
<a href="https://npmcharts.com/compare/@rsbuild/core?minimal=true"><img src="https://img.shields.io/npm/dm/@rsbuild/core.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" /></a>
|
|
15
|
+
</p>
|
|
16
|
+
|
|
9
17
|
## Documentation
|
|
10
18
|
|
|
11
|
-
https://rsbuild.dev/
|
|
19
|
+
See [Documentation](https://rsbuild.dev/).
|
|
12
20
|
|
|
13
21
|
## Contributing
|
|
14
22
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
7875: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4
4
|
"use strict";
|
|
5
|
-
const loader = __nccwpck_require__(
|
|
5
|
+
const loader = __nccwpck_require__(749);
|
|
6
6
|
module.exports = loader.default;
|
|
7
7
|
module.exports.defaultGetLocalIdent =
|
|
8
|
-
__nccwpck_require__(
|
|
8
|
+
__nccwpck_require__(5336).defaultGetLocalIdent;
|
|
9
9
|
},
|
|
10
|
-
|
|
10
|
+
749: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
11
11
|
"use strict";
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
exports["default"] = loader;
|
|
14
14
|
var _postcss = _interopRequireDefault(__nccwpck_require__(9409));
|
|
15
|
-
var _plugins = __nccwpck_require__(
|
|
16
|
-
var _utils = __nccwpck_require__(
|
|
15
|
+
var _plugins = __nccwpck_require__(9842);
|
|
16
|
+
var _utils = __nccwpck_require__(5336);
|
|
17
17
|
function _interopRequireDefault(obj) {
|
|
18
18
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
19
19
|
}
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
callback(null, `${importCode}${moduleCode}${exportCode}`);
|
|
237
237
|
}
|
|
238
238
|
},
|
|
239
|
-
|
|
239
|
+
9842: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
240
240
|
"use strict";
|
|
241
241
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
242
242
|
Object.defineProperty(exports, "icssParser", {
|
|
@@ -258,22 +258,22 @@
|
|
|
258
258
|
},
|
|
259
259
|
});
|
|
260
260
|
var _postcssImportParser = _interopRequireDefault(
|
|
261
|
-
__nccwpck_require__(
|
|
261
|
+
__nccwpck_require__(9137),
|
|
262
262
|
);
|
|
263
263
|
var _postcssIcssParser = _interopRequireDefault(
|
|
264
|
-
__nccwpck_require__(
|
|
264
|
+
__nccwpck_require__(4952),
|
|
265
265
|
);
|
|
266
|
-
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(
|
|
266
|
+
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(7935));
|
|
267
267
|
function _interopRequireDefault(obj) {
|
|
268
268
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
269
269
|
}
|
|
270
270
|
},
|
|
271
|
-
|
|
271
|
+
4952: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
272
272
|
"use strict";
|
|
273
273
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
274
274
|
exports["default"] = void 0;
|
|
275
275
|
var _icssUtils = __nccwpck_require__(5032);
|
|
276
|
-
var _utils = __nccwpck_require__(
|
|
276
|
+
var _utils = __nccwpck_require__(5336);
|
|
277
277
|
const plugin = (options = {}) => ({
|
|
278
278
|
postcssPlugin: "postcss-icss-parser",
|
|
279
279
|
async OnceExit(root) {
|
|
@@ -372,14 +372,14 @@
|
|
|
372
372
|
plugin.postcss = true;
|
|
373
373
|
var _default = (exports["default"] = plugin);
|
|
374
374
|
},
|
|
375
|
-
|
|
375
|
+
9137: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
376
376
|
"use strict";
|
|
377
377
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
378
378
|
exports["default"] = void 0;
|
|
379
379
|
var _postcssValueParser = _interopRequireDefault(
|
|
380
380
|
__nccwpck_require__(2948),
|
|
381
381
|
);
|
|
382
|
-
var _utils = __nccwpck_require__(
|
|
382
|
+
var _utils = __nccwpck_require__(5336);
|
|
383
383
|
function _interopRequireDefault(obj) {
|
|
384
384
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
385
385
|
}
|
|
@@ -684,14 +684,14 @@
|
|
|
684
684
|
plugin.postcss = true;
|
|
685
685
|
var _default = (exports["default"] = plugin);
|
|
686
686
|
},
|
|
687
|
-
|
|
687
|
+
7935: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
688
688
|
"use strict";
|
|
689
689
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
690
690
|
exports["default"] = void 0;
|
|
691
691
|
var _postcssValueParser = _interopRequireDefault(
|
|
692
692
|
__nccwpck_require__(2948),
|
|
693
693
|
);
|
|
694
|
-
var _utils = __nccwpck_require__(
|
|
694
|
+
var _utils = __nccwpck_require__(5336);
|
|
695
695
|
function _interopRequireDefault(obj) {
|
|
696
696
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
697
697
|
}
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
plugin.postcss = true;
|
|
1035
1035
|
var _default = (exports["default"] = plugin);
|
|
1036
1036
|
},
|
|
1037
|
-
|
|
1037
|
+
5336: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1038
1038
|
"use strict";
|
|
1039
1039
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1040
1040
|
exports.WEBPACK_IGNORE_COMMENT_REGEXP = void 0;
|
|
@@ -7984,6 +7984,6 @@
|
|
|
7984
7984
|
}
|
|
7985
7985
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
7986
7986
|
__nccwpck_require__.ab = __dirname + "/";
|
|
7987
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
7987
|
+
var __webpack_exports__ = __nccwpck_require__(7875);
|
|
7988
7988
|
module.exports = __webpack_exports__;
|
|
7989
7989
|
})();
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
5
|
-
module.exports = __nccwpck_require__(
|
|
4
|
+
639: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
module.exports = __nccwpck_require__(185)["default"];
|
|
6
6
|
},
|
|
7
|
-
|
|
7
|
+
185: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
8
8
|
var __webpack_unused_export__;
|
|
9
9
|
__webpack_unused_export__ = { value: true };
|
|
10
10
|
exports["default"] = loader;
|
|
11
11
|
var _path = _interopRequireDefault(__nccwpck_require__(928));
|
|
12
|
-
var _utils = __nccwpck_require__(
|
|
12
|
+
var _utils = __nccwpck_require__(716);
|
|
13
13
|
function _interopRequireDefault(obj) {
|
|
14
14
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
15
15
|
}
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
callback(null, result.css, map, { ast });
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
-
|
|
182
|
+
716: (module, exports, __nccwpck_require__) => {
|
|
183
183
|
module = __nccwpck_require__.nmd(module);
|
|
184
184
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
185
185
|
exports.exec = exec;
|
|
@@ -716,6 +716,6 @@
|
|
|
716
716
|
})();
|
|
717
717
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
718
718
|
__nccwpck_require__.ab = __dirname + "/";
|
|
719
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
719
|
+
var __webpack_exports__ = __nccwpck_require__(639);
|
|
720
720
|
module.exports = __webpack_exports__;
|
|
721
721
|
})();
|
|
@@ -4449,14 +4449,14 @@
|
|
|
4449
4449
|
return a.start - b.start;
|
|
4450
4450
|
}
|
|
4451
4451
|
},
|
|
4452
|
-
|
|
4452
|
+
5152: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4453
4453
|
"use strict";
|
|
4454
|
-
const middleware = __nccwpck_require__(
|
|
4455
|
-
const getFilenameFromUrl = __nccwpck_require__(
|
|
4456
|
-
const setupHooks = __nccwpck_require__(
|
|
4457
|
-
const setupWriteToDisk = __nccwpck_require__(
|
|
4458
|
-
const setupOutputFileSystem = __nccwpck_require__(
|
|
4459
|
-
const ready = __nccwpck_require__(
|
|
4454
|
+
const middleware = __nccwpck_require__(3678);
|
|
4455
|
+
const getFilenameFromUrl = __nccwpck_require__(7114);
|
|
4456
|
+
const setupHooks = __nccwpck_require__(9447);
|
|
4457
|
+
const setupWriteToDisk = __nccwpck_require__(5672);
|
|
4458
|
+
const setupOutputFileSystem = __nccwpck_require__(6673);
|
|
4459
|
+
const ready = __nccwpck_require__(5653);
|
|
4460
4460
|
const noop = () => {};
|
|
4461
4461
|
function wdm(compiler, options = {}) {
|
|
4462
4462
|
const context = {
|
|
@@ -4511,14 +4511,14 @@
|
|
|
4511
4511
|
}
|
|
4512
4512
|
module.exports = wdm;
|
|
4513
4513
|
},
|
|
4514
|
-
|
|
4514
|
+
3678: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4515
4515
|
"use strict";
|
|
4516
4516
|
const mrmime = __nccwpck_require__(8311);
|
|
4517
4517
|
const onFinishedStream = __nccwpck_require__(21);
|
|
4518
|
-
const getFilenameFromUrl = __nccwpck_require__(
|
|
4519
|
-
const ready = __nccwpck_require__(
|
|
4520
|
-
const parseTokenList = __nccwpck_require__(
|
|
4521
|
-
const memorize = __nccwpck_require__(
|
|
4518
|
+
const getFilenameFromUrl = __nccwpck_require__(7114);
|
|
4519
|
+
const ready = __nccwpck_require__(5653);
|
|
4520
|
+
const parseTokenList = __nccwpck_require__(5832);
|
|
4521
|
+
const memorize = __nccwpck_require__(4590);
|
|
4522
4522
|
async function getEtag(stat) {
|
|
4523
4523
|
const mtime = stat.mtime.getTime().toString(16);
|
|
4524
4524
|
const size = stat.size.toString(16);
|
|
@@ -4610,7 +4610,7 @@
|
|
|
4610
4610
|
return;
|
|
4611
4611
|
}
|
|
4612
4612
|
function sendError(status, options) {
|
|
4613
|
-
const escapeHtml = __nccwpck_require__(
|
|
4613
|
+
const escapeHtml = __nccwpck_require__(1410);
|
|
4614
4614
|
const content = statuses[status] || String(status);
|
|
4615
4615
|
const document = Buffer.from(
|
|
4616
4616
|
`<!DOCTYPE html>\n<html lang="en">\n<head>\n<meta charset="utf-8">\n<title>Error</title>\n</head>\n<body>\n<pre>${escapeHtml(content)}</pre>\n</body>\n</html>`,
|
|
@@ -4915,7 +4915,7 @@
|
|
|
4915
4915
|
}
|
|
4916
4916
|
module.exports = wrapper;
|
|
4917
4917
|
},
|
|
4918
|
-
|
|
4918
|
+
1410: (module) => {
|
|
4919
4919
|
"use strict";
|
|
4920
4920
|
const matchHtmlRegExp = /["'&<>]/;
|
|
4921
4921
|
function escapeHtml(string) {
|
|
@@ -4960,13 +4960,13 @@
|
|
|
4960
4960
|
}
|
|
4961
4961
|
module.exports = escapeHtml;
|
|
4962
4962
|
},
|
|
4963
|
-
|
|
4963
|
+
7114: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4964
4964
|
"use strict";
|
|
4965
4965
|
const path = __nccwpck_require__(6928);
|
|
4966
4966
|
const { parse } = __nccwpck_require__(7016);
|
|
4967
4967
|
const querystring = __nccwpck_require__(3480);
|
|
4968
|
-
const getPaths = __nccwpck_require__(
|
|
4969
|
-
const memorize = __nccwpck_require__(
|
|
4968
|
+
const getPaths = __nccwpck_require__(276);
|
|
4969
|
+
const memorize = __nccwpck_require__(4590);
|
|
4970
4970
|
const memoizedParse = memorize(parse, undefined, (value) => {
|
|
4971
4971
|
if (value.pathname) {
|
|
4972
4972
|
value.pathname = decode(value.pathname);
|
|
@@ -5049,7 +5049,7 @@
|
|
|
5049
5049
|
}
|
|
5050
5050
|
module.exports = getFilenameFromUrl;
|
|
5051
5051
|
},
|
|
5052
|
-
|
|
5052
|
+
276: (module) => {
|
|
5053
5053
|
"use strict";
|
|
5054
5054
|
function getPaths(context) {
|
|
5055
5055
|
const { stats, options } = context;
|
|
@@ -5070,7 +5070,7 @@
|
|
|
5070
5070
|
}
|
|
5071
5071
|
module.exports = getPaths;
|
|
5072
5072
|
},
|
|
5073
|
-
|
|
5073
|
+
4590: (module) => {
|
|
5074
5074
|
"use strict";
|
|
5075
5075
|
const cacheStore = new WeakMap();
|
|
5076
5076
|
function memorize(fn, { cache = new Map() } = {}, callback) {
|
|
@@ -5092,7 +5092,7 @@
|
|
|
5092
5092
|
}
|
|
5093
5093
|
module.exports = memorize;
|
|
5094
5094
|
},
|
|
5095
|
-
|
|
5095
|
+
5832: (module) => {
|
|
5096
5096
|
"use strict";
|
|
5097
5097
|
function parseTokenList(str) {
|
|
5098
5098
|
let end = 0;
|
|
@@ -5125,7 +5125,7 @@
|
|
|
5125
5125
|
}
|
|
5126
5126
|
module.exports = parseTokenList;
|
|
5127
5127
|
},
|
|
5128
|
-
|
|
5128
|
+
5653: (module) => {
|
|
5129
5129
|
"use strict";
|
|
5130
5130
|
function ready(context, callback, req) {
|
|
5131
5131
|
if (context.state) {
|
|
@@ -5140,7 +5140,7 @@
|
|
|
5140
5140
|
}
|
|
5141
5141
|
module.exports = ready;
|
|
5142
5142
|
},
|
|
5143
|
-
|
|
5143
|
+
9447: (module) => {
|
|
5144
5144
|
"use strict";
|
|
5145
5145
|
function setupHooks(context) {
|
|
5146
5146
|
function invalid() {
|
|
@@ -5172,7 +5172,7 @@
|
|
|
5172
5172
|
}
|
|
5173
5173
|
module.exports = setupHooks;
|
|
5174
5174
|
},
|
|
5175
|
-
|
|
5175
|
+
6673: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5176
5176
|
"use strict";
|
|
5177
5177
|
const memfs = __nccwpck_require__(5590);
|
|
5178
5178
|
function setupOutputFileSystem(context) {
|
|
@@ -5199,7 +5199,7 @@
|
|
|
5199
5199
|
}
|
|
5200
5200
|
module.exports = setupOutputFileSystem;
|
|
5201
5201
|
},
|
|
5202
|
-
|
|
5202
|
+
5672: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5203
5203
|
"use strict";
|
|
5204
5204
|
const fs = __nccwpck_require__(9896);
|
|
5205
5205
|
const path = __nccwpck_require__(6928);
|
|
@@ -6185,6 +6185,6 @@
|
|
|
6185
6185
|
}
|
|
6186
6186
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
6187
6187
|
__nccwpck_require__.ab = __dirname + "/";
|
|
6188
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
6188
|
+
var __webpack_exports__ = __nccwpck_require__(5152);
|
|
6189
6189
|
module.exports = __webpack_exports__;
|
|
6190
6190
|
})();
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
5
|
-
const loader = __nccwpck_require__(
|
|
4
|
+
69: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
const loader = __nccwpck_require__(935);
|
|
6
6
|
module.exports = loader.default;
|
|
7
7
|
},
|
|
8
|
-
|
|
8
|
+
935: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports["default"] = void 0;
|
|
11
11
|
var _path = _interopRequireDefault(__nccwpck_require__(928));
|
|
12
|
-
var _utils = __nccwpck_require__(
|
|
13
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
12
|
+
var _utils = __nccwpck_require__(58);
|
|
13
|
+
var _options = _interopRequireDefault(__nccwpck_require__(542));
|
|
14
14
|
function _interopRequireDefault(obj) {
|
|
15
15
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
16
16
|
}
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
};
|
|
105
105
|
var _default = (exports["default"] = loader);
|
|
106
106
|
},
|
|
107
|
-
|
|
107
|
+
196: (module) => {
|
|
108
108
|
function isEqualLocals(a, b, isNamedExport) {
|
|
109
109
|
if ((!a && b) || (a && !b)) {
|
|
110
110
|
return false;
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
}
|
|
131
131
|
module.exports = isEqualLocals;
|
|
132
132
|
},
|
|
133
|
-
|
|
133
|
+
58: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
134
134
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
135
135
|
exports.getExportLazyStyleCode = getExportLazyStyleCode;
|
|
136
136
|
exports.getExportStyleCode = getExportStyleCode;
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
exports.getdomAPI = getdomAPI;
|
|
152
152
|
exports.stringifyRequest = stringifyRequest;
|
|
153
153
|
var _path = _interopRequireDefault(__nccwpck_require__(928));
|
|
154
|
-
var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(
|
|
154
|
+
var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(196));
|
|
155
155
|
function _interopRequireDefault(obj) {
|
|
156
156
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
157
157
|
}
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
928: (module) => {
|
|
395
395
|
module.exports = require("path");
|
|
396
396
|
},
|
|
397
|
-
|
|
397
|
+
542: (module) => {
|
|
398
398
|
module.exports = JSON.parse(
|
|
399
399
|
'{"title":"Style Loader options","type":"object","properties":{"injectType":{"description":"Allows to setup how styles will be injected into DOM.","link":"https://github.com/webpack-contrib/style-loader#injecttype","enum":["styleTag","singletonStyleTag","autoStyleTag","lazyStyleTag","lazySingletonStyleTag","lazyAutoStyleTag","linkTag"]},"attributes":{"description":"Adds custom attributes to tag.","link":"https://github.com/webpack-contrib/style-loader#attributes","type":"object"},"insert":{"description":"Inserts `<style>`/`<link>` at the given position.","link":"https://github.com/webpack-contrib/style-loader#insert","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"base":{"description":"Sets module ID base for DLLPlugin.","link":"https://github.com/webpack-contrib/style-loader#base","type":"number"},"esModule":{"description":"Use the ES modules syntax.","link":"https://github.com/webpack-contrib/css-loader#esmodule","type":"boolean"},"styleTagTransform":{"description":"Transform tag and css when insert \'style\' tag into the DOM","link":"https://github.com/webpack-contrib/style-loader#styleTagTransform","anyOf":[{"type":"string"},{"instanceof":"Function"}]}},"additionalProperties":false}',
|
|
400
400
|
);
|
|
@@ -422,6 +422,6 @@
|
|
|
422
422
|
}
|
|
423
423
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
424
424
|
__nccwpck_require__.ab = __dirname + "/";
|
|
425
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
425
|
+
var __webpack_exports__ = __nccwpck_require__(69);
|
|
426
426
|
module.exports = __webpack_exports__;
|
|
427
427
|
})();
|