@lynx-js/rspeedy-canary 0.9.8 → 0.9.9-canary-20250605-f872583e

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.
@@ -0,0 +1,21 @@
1
+ export const __webpack_ids__ = [
2
+ "src_plugins_emitOnErrors_plugin_ts"
3
+ ];
4
+ export const __webpack_modules__ = {
5
+ "./src/plugins/emitOnErrors.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ __webpack_require__.r(__webpack_exports__);
7
+ __webpack_require__.d(__webpack_exports__, {
8
+ pluginEmitOnErrors: ()=>pluginEmitOnErrors
9
+ });
10
+ function pluginEmitOnErrors() {
11
+ return {
12
+ name: 'lynx:rsbuild:emit-on-errors',
13
+ setup (api) {
14
+ api.modifyBundlerChain((chain)=>{
15
+ chain.optimization.emitOnErrors(true);
16
+ });
17
+ }
18
+ };
19
+ }
20
+ }
21
+ };
@@ -10,6 +10,7 @@ export const __webpack_modules__ = {
10
10
  var _debug_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./src/debug.ts");
11
11
  async function applyDebugPlugins(rsbuildInstance, config) {
12
12
  const debugPlugins = Object.freeze([
13
+ __webpack_require__.e("src_plugins_emitOnErrors_plugin_ts").then(__webpack_require__.bind(__webpack_require__, "./src/plugins/emitOnErrors.plugin.ts")).then(({ pluginEmitOnErrors })=>pluginEmitOnErrors()),
13
14
  Promise.all([
14
15
  __webpack_require__.e("vendors-node_modules_pnpm_javascript-stringify_2_1_0_node_modules_javascript-stringify_dist_i-b558be"),
15
16
  __webpack_require__.e("src_plugins_inspect_plugin_ts")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.9.8",
3
+ "version": "0.9.9-canary-20250605-f872583e",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -51,7 +51,7 @@
51
51
  "@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
52
52
  "@rsbuild/core": "1.3.21",
53
53
  "@rsbuild/plugin-css-minimizer": "1.0.2",
54
- "@rsdoctor/rspack-plugin": "1.1.2"
54
+ "@rsdoctor/rspack-plugin": "1.1.3"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@microsoft/api-extractor": "7.52.8",
@@ -71,7 +71,7 @@
71
71
  "type-fest": "^4.41.0",
72
72
  "typia": "9.3.1",
73
73
  "typia-rspack-plugin": "2.1.0",
74
- "vitest": "^3.1.4",
74
+ "vitest": "^3.2.1",
75
75
  "webpack": "^5.99.9",
76
76
  "@lynx-js/vitest-setup": "0.0.0"
77
77
  },