@rsbuild/webpack 1.2.1 → 1.2.2
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/{970.cjs → 511.cjs} +1 -1
- package/dist/{301.js → 636.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/{970.cjs → 511.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
let __rslib_import_meta_url__ = 'undefined' == typeof document ? new (require('url'.replace('', ''))).URL('file:' + __filename).href : document.currentScript && document.currentScript.src || new URL('main.js', document.baseURI).href;
|
|
3
3
|
exports.ids = [
|
|
4
|
-
'
|
|
4
|
+
'511'
|
|
5
5
|
], exports.modules = {
|
|
6
6
|
"./src/progress/ProgressPlugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
7
|
__webpack_require__.d(__webpack_exports__, {
|
package/dist/{301.js → 636.js}
RENAMED
package/dist/index.cjs
CHANGED
|
@@ -327,7 +327,7 @@ var __webpack_exports__ = {};
|
|
|
327
327
|
if (progress) {
|
|
328
328
|
let { ProgressPlugin } = await Promise.all([
|
|
329
329
|
__webpack_require__.e("997"),
|
|
330
|
-
__webpack_require__.e("
|
|
330
|
+
__webpack_require__.e("511")
|
|
331
331
|
]).then(__webpack_require__.bind(__webpack_require__, "./src/progress/ProgressPlugin.ts"));
|
|
332
332
|
chain.plugin(CHAIN_ID.PLUGIN.PROGRESS).use(ProgressPlugin, [
|
|
333
333
|
{
|
package/dist/index.js
CHANGED
|
@@ -315,7 +315,7 @@ let getMainFields = (chain, target)=>{
|
|
|
315
315
|
if (progress) {
|
|
316
316
|
let { ProgressPlugin } = await Promise.all([
|
|
317
317
|
__webpack_require__.e("997"),
|
|
318
|
-
__webpack_require__.e("
|
|
318
|
+
__webpack_require__.e("636")
|
|
319
319
|
]).then(__webpack_require__.bind(__webpack_require__, "./src/progress/ProgressPlugin.ts"));
|
|
320
320
|
chain.plugin(CHAIN_ID.PLUGIN.PROGRESS).use(ProgressPlugin, [
|
|
321
321
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/webpack",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"homepage": "https://rsbuild.dev",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"webpack": "^5.97.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@rslib/core": "0.4.
|
|
36
|
-
"@types/node": "^22.13.
|
|
35
|
+
"@rslib/core": "0.4.1",
|
|
36
|
+
"@types/node": "^22.13.1",
|
|
37
37
|
"ansi-escapes": "4.3.2",
|
|
38
38
|
"cli-truncate": "2.1.0",
|
|
39
39
|
"patch-console": "1.0.0",
|
|
40
40
|
"typescript": "^5.7.3",
|
|
41
|
-
"@rsbuild/core": "1.2.
|
|
41
|
+
"@rsbuild/core": "1.2.5",
|
|
42
42
|
"@scripts/test-helper": "1.0.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|