@rsbuild/webpack 1.2.0-beta.1 → 1.2.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/{384.js → 487.js} +1 -1
- package/dist/{964.cjs → 694.cjs} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/{384.js → 487.js}
RENAMED
package/dist/{964.cjs → 694.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
|
+
'694'
|
|
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/index.cjs
CHANGED
|
@@ -326,7 +326,7 @@ var __webpack_exports__ = {};
|
|
|
326
326
|
if (progress) {
|
|
327
327
|
let { ProgressPlugin } = await Promise.all([
|
|
328
328
|
__webpack_require__.e("997"),
|
|
329
|
-
__webpack_require__.e("
|
|
329
|
+
__webpack_require__.e("694")
|
|
330
330
|
]).then(__webpack_require__.bind(__webpack_require__, "./src/progress/ProgressPlugin.ts"));
|
|
331
331
|
chain.plugin(CHAIN_ID.PLUGIN.PROGRESS).use(ProgressPlugin, [
|
|
332
332
|
{
|
package/dist/index.js
CHANGED
|
@@ -314,7 +314,7 @@ let getMainFields = (chain, target)=>{
|
|
|
314
314
|
if (progress) {
|
|
315
315
|
let { ProgressPlugin } = await Promise.all([
|
|
316
316
|
__webpack_require__.e("997"),
|
|
317
|
-
__webpack_require__.e("
|
|
317
|
+
__webpack_require__.e("487")
|
|
318
318
|
]).then(__webpack_require__.bind(__webpack_require__, "./src/progress/ProgressPlugin.ts"));
|
|
319
319
|
chain.plugin(CHAIN_ID.PLUGIN.PROGRESS).use(ProgressPlugin, [
|
|
320
320
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/webpack",
|
|
3
|
-
"version": "1.2.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"homepage": "https://rsbuild.dev",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"webpack": "^5.97.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@rslib/core": "0.3.
|
|
36
|
-
"@types/node": "^22.10.
|
|
35
|
+
"@rslib/core": "0.3.2",
|
|
36
|
+
"@types/node": "^22.10.7",
|
|
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
|
-
"@
|
|
42
|
-
"@
|
|
41
|
+
"@scripts/test-helper": "1.0.1",
|
|
42
|
+
"@rsbuild/core": "1.2.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@rsbuild/core": "^1.1.3"
|