@rsbuild/webpack 1.1.4 → 1.1.5
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/{638.cjs → 664.cjs} +1 -1
- package/dist/{778.js → 863.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/{638.cjs → 664.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
|
+
'664'
|
|
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/{778.js → 863.js}
RENAMED
package/dist/index.cjs
CHANGED
|
@@ -327,7 +327,7 @@ let getMainFields = (chain, target)=>{
|
|
|
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("664")
|
|
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
|
@@ -320,7 +320,7 @@ let getMainFields = (chain, target)=>{
|
|
|
320
320
|
if (progress) {
|
|
321
321
|
let { ProgressPlugin } = await Promise.all([
|
|
322
322
|
__webpack_require__.e("997"),
|
|
323
|
-
__webpack_require__.e("
|
|
323
|
+
__webpack_require__.e("863")
|
|
324
324
|
]).then(__webpack_require__.bind(__webpack_require__, "./src/progress/ProgressPlugin.ts"));
|
|
325
325
|
chain.plugin(CHAIN_ID.PLUGIN.PROGRESS).use(ProgressPlugin, [
|
|
326
326
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/webpack",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"homepage": "https://rsbuild.dev",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"picocolors": "^1.1.1",
|
|
29
29
|
"reduce-configs": "^1.1.0",
|
|
30
30
|
"tsconfig-paths-webpack-plugin": "4.2.0",
|
|
31
|
-
"webpack": "^5.
|
|
31
|
+
"webpack": "^5.97.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@rslib/core": "0.1.
|
|
35
|
-
"@types/node": "^22.10.
|
|
34
|
+
"@rslib/core": "0.1.3",
|
|
35
|
+
"@types/node": "^22.10.1",
|
|
36
36
|
"ansi-escapes": "4.3.2",
|
|
37
37
|
"cli-truncate": "2.1.0",
|
|
38
38
|
"patch-console": "1.0.0",
|
|
39
39
|
"typescript": "^5.7.2",
|
|
40
|
-
"@rsbuild/core": "1.1.
|
|
40
|
+
"@rsbuild/core": "1.1.9",
|
|
41
41
|
"@scripts/test-helper": "1.0.1"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|