@rsbuild/webpack 1.1.0-beta.0 → 1.1.0
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/dist/index.cjs +5 -5
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
"../../../node_modules/.pnpm/webpack@5.
|
|
3
|
+
"../../../node_modules/.pnpm/webpack@5.96.1/node_modules/webpack/lib/MultiStats.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4
4
|
/*
|
|
5
5
|
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
6
6
|
Author Tobias Koppers @sokra
|
|
7
|
-
*/ const identifierUtils = __webpack_require__("../../../node_modules/.pnpm/webpack@5.
|
|
7
|
+
*/ const identifierUtils = __webpack_require__("../../../node_modules/.pnpm/webpack@5.96.1/node_modules/webpack/lib/util/identifier.js");
|
|
8
8
|
/** @typedef {import("../declarations/WebpackOptions").StatsOptions} StatsOptions */ /** @typedef {import("./Compilation").CreateStatsOptionsContext} CreateStatsOptionsContext */ /** @typedef {import("./Compilation").NormalizedStatsOptions} NormalizedStatsOptions */ /** @typedef {import("./Stats")} Stats */ /** @typedef {import("./stats/DefaultStatsFactoryPlugin").KnownStatsCompilation} KnownStatsCompilation */ /** @typedef {import("./stats/DefaultStatsFactoryPlugin").StatsCompilation} StatsCompilation */ /** @typedef {import("./stats/DefaultStatsFactoryPlugin").StatsError} StatsError */ /**
|
|
9
9
|
* @param {string} str string
|
|
10
10
|
* @param {string} prefix pref
|
|
@@ -136,7 +136,7 @@ var __webpack_modules__ = {
|
|
|
136
136
|
}
|
|
137
137
|
module.exports = MultiStats;
|
|
138
138
|
},
|
|
139
|
-
"../../../node_modules/.pnpm/webpack@5.
|
|
139
|
+
"../../../node_modules/.pnpm/webpack@5.96.1/node_modules/webpack/lib/util/identifier.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
140
140
|
/*
|
|
141
141
|
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
142
142
|
*/ const path = __webpack_require__("path");
|
|
@@ -678,8 +678,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
678
678
|
});
|
|
679
679
|
// EXTERNAL MODULE: external "@rsbuild/core"
|
|
680
680
|
var core_ = __webpack_require__("@rsbuild/core");
|
|
681
|
-
// EXTERNAL MODULE: ../../../node_modules/.pnpm/webpack@5.
|
|
682
|
-
var MultiStats = __webpack_require__("../../../node_modules/.pnpm/webpack@5.
|
|
681
|
+
// EXTERNAL MODULE: ../../../node_modules/.pnpm/webpack@5.96.1/node_modules/webpack/lib/MultiStats.js
|
|
682
|
+
var MultiStats = __webpack_require__("../../../node_modules/.pnpm/webpack@5.96.1/node_modules/webpack/lib/MultiStats.js");
|
|
683
683
|
var MultiStats_default = /*#__PURE__*/ __webpack_require__.n(MultiStats);
|
|
684
684
|
const external_node_path_namespaceObject = require("node:path");
|
|
685
685
|
// EXTERNAL MODULE: ./src/shared.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/webpack",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"homepage": "https://rsbuild.dev",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"copy-webpack-plugin": "11.0.0",
|
|
27
|
-
"mini-css-extract-plugin": "2.9.
|
|
27
|
+
"mini-css-extract-plugin": "2.9.2",
|
|
28
28
|
"picocolors": "^1.1.1",
|
|
29
29
|
"reduce-configs": "^1.0.0",
|
|
30
30
|
"tsconfig-paths-webpack-plugin": "4.1.0",
|
|
31
|
-
"webpack": "^5.
|
|
31
|
+
"webpack": "^5.96.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "18.x",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"cli-truncate": "2.1.0",
|
|
37
37
|
"patch-console": "1.0.0",
|
|
38
38
|
"typescript": "^5.6.3",
|
|
39
|
-
"@rsbuild/core": "1.1.0
|
|
39
|
+
"@rsbuild/core": "1.1.0",
|
|
40
40
|
"@scripts/test-helper": "1.0.1"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|