@rsdoctor/rspack-plugin 1.3.13-beta.1 → 1.3.13
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 +4 -4
- package/dist/index.js +2 -2
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const __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
|
var __webpack_modules__ = {
|
|
4
|
-
"./package.json"
|
|
5
|
-
module.exports = JSON.parse('{"name":"@rsdoctor/rspack-plugin","version":"1.3.13
|
|
4
|
+
"./package.json" (module) {
|
|
5
|
+
module.exports = JSON.parse('{"name":"@rsdoctor/rspack-plugin","version":"1.3.13","repository":{"type":"git","url":"https://github.com/web-infra-dev/rsdoctor","directory":"packages/rspack-plugin"},"license":"MIT","main":"dist/index.cjs","types":"dist/index.d.ts","files":["dist"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.cjs"}},"type":"module","scripts":{"dev":"npm run start","start":"rslib build -w","build":"rslib build","test":"rstest run"},"dependencies":{"@rsdoctor/core":"workspace:*","@rsdoctor/graph":"workspace:*","@rsdoctor/sdk":"workspace:*","@rsdoctor/types":"workspace:*","@rsdoctor/utils":"workspace:*"},"devDependencies":{"@rspack/core":"1.6.6","@types/node":"^22.8.1","@types/tapable":"2.2.7","tslib":"2.8.1","typescript":"^5.9.2"},"peerDependencies":{"@rspack/core":"*"},"peerDependenciesMeta":{"@rspack/core":{"optional":true}},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"}}');
|
|
6
6
|
}
|
|
7
7
|
}, __webpack_module_cache__ = {};
|
|
8
8
|
function __webpack_require__(moduleId) {
|
|
@@ -31,7 +31,7 @@ __webpack_require__.n = (module)=>{
|
|
|
31
31
|
});
|
|
32
32
|
};
|
|
33
33
|
var __webpack_exports__ = {};
|
|
34
|
-
for(var
|
|
34
|
+
for(var __rspack_i in (()=>{
|
|
35
35
|
let globalController;
|
|
36
36
|
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, {
|
|
37
37
|
RsdoctorRspackMultiplePlugin: ()=>RsdoctorRspackMultiplePlugin,
|
|
@@ -167,7 +167,7 @@ for(var __webpack_i__ in (()=>{
|
|
|
167
167
|
})(), exports.RsdoctorRspackMultiplePlugin = __webpack_exports__.RsdoctorRspackMultiplePlugin, exports.RsdoctorRspackPlugin = __webpack_exports__.RsdoctorRspackPlugin, __webpack_exports__)-1 === [
|
|
168
168
|
"RsdoctorRspackMultiplePlugin",
|
|
169
169
|
"RsdoctorRspackPlugin"
|
|
170
|
-
].indexOf(
|
|
170
|
+
].indexOf(__rspack_i) && (exports[__rspack_i] = __webpack_exports__[__rspack_i]);
|
|
171
171
|
Object.defineProperty(exports, '__esModule', {
|
|
172
172
|
value: !0
|
|
173
173
|
});
|
package/dist/index.js
CHANGED
|
@@ -8,8 +8,8 @@ import { ModuleGraph } from "@rsdoctor/graph";
|
|
|
8
8
|
import { Loader as common_Loader } from "@rsdoctor/utils/common";
|
|
9
9
|
import { logger, time, timeEnd } from "@rsdoctor/utils/logger";
|
|
10
10
|
var __webpack_modules__ = {
|
|
11
|
-
"./package.json"
|
|
12
|
-
module.exports = JSON.parse('{"name":"@rsdoctor/rspack-plugin","version":"1.3.13
|
|
11
|
+
"./package.json" (module) {
|
|
12
|
+
module.exports = JSON.parse('{"name":"@rsdoctor/rspack-plugin","version":"1.3.13","repository":{"type":"git","url":"https://github.com/web-infra-dev/rsdoctor","directory":"packages/rspack-plugin"},"license":"MIT","main":"dist/index.cjs","types":"dist/index.d.ts","files":["dist"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.cjs"}},"type":"module","scripts":{"dev":"npm run start","start":"rslib build -w","build":"rslib build","test":"rstest run"},"dependencies":{"@rsdoctor/core":"workspace:*","@rsdoctor/graph":"workspace:*","@rsdoctor/sdk":"workspace:*","@rsdoctor/types":"workspace:*","@rsdoctor/utils":"workspace:*"},"devDependencies":{"@rspack/core":"1.6.6","@types/node":"^22.8.1","@types/tapable":"2.2.7","tslib":"2.8.1","typescript":"^5.9.2"},"peerDependencies":{"@rspack/core":"*"},"peerDependenciesMeta":{"@rspack/core":{"optional":true}},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"}}');
|
|
13
13
|
}
|
|
14
14
|
}, __webpack_module_cache__ = {};
|
|
15
15
|
let pluginTapName = 'RsdoctorRspackPlugin', pluginTapPostOptions = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/rspack-plugin",
|
|
3
|
-
"version": "1.3.13
|
|
3
|
+
"version": "1.3.13",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@rsdoctor/core": "1.3.13
|
|
25
|
-
"@rsdoctor/
|
|
26
|
-
"@rsdoctor/
|
|
27
|
-
"@rsdoctor/
|
|
28
|
-
"@rsdoctor/
|
|
24
|
+
"@rsdoctor/core": "1.3.13",
|
|
25
|
+
"@rsdoctor/sdk": "1.3.13",
|
|
26
|
+
"@rsdoctor/graph": "1.3.13",
|
|
27
|
+
"@rsdoctor/types": "1.3.13",
|
|
28
|
+
"@rsdoctor/utils": "1.3.13"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@rspack/core": "1.6.
|
|
31
|
+
"@rspack/core": "1.6.6",
|
|
32
32
|
"@types/node": "^22.8.1",
|
|
33
33
|
"@types/tapable": "2.2.7",
|
|
34
34
|
"tslib": "2.8.1",
|