@rspack/cli 1.2.2 → 1.2.3

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.
@@ -1,13 +1,11 @@
1
1
  "use strict";
2
2
  exports.ids = [
3
- '574'
3
+ '737'
4
4
  ];
5
5
  exports.modules = {
6
6
  "./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
- applyProfile: function() {
9
- return applyProfile;
10
- }
8
+ applyProfile: ()=>applyProfile
11
9
  });
12
10
  var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("node:fs");
13
11
  var node_fs__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(node_fs__WEBPACK_IMPORTED_MODULE_0__);
@@ -1,12 +1,10 @@
1
1
  export const ids = [
2
- '574'
2
+ '737'
3
3
  ];
4
4
  export const modules = {
5
5
  "./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
6
  __webpack_require__.d(__webpack_exports__, {
7
- applyProfile: function() {
8
- return applyProfile;
9
- }
7
+ applyProfile: ()=>applyProfile
10
8
  });
11
9
  var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("node:fs");
12
10
  var node_inspector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("node:inspector");