@rspack-canary/test-tools 1.6.0-canary-34fbd33e-20251029061020 → 1.6.0-canary-7953269b-20251029094959

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.
@@ -91,8 +91,6 @@ const defaultOptions = (_index, context) => ({
91
91
  output: {
92
92
  path: context.getDist(),
93
93
  filename: "[name].mjs",
94
- chunkLoading: "import",
95
- chunkFormat: false,
96
94
  pathinfo: true,
97
95
  module: true
98
96
  },
@@ -101,10 +99,7 @@ const defaultOptions = (_index, context) => ({
101
99
  minimize: false,
102
100
  moduleIds: "named",
103
101
  chunkIds: "named",
104
- runtimeChunk: "single",
105
- removeEmptyChunks: false,
106
- concatenateModules: false,
107
- splitChunks: false
102
+ runtimeChunk: "single"
108
103
  },
109
104
  plugins: [new core_1.default.experiments.EsmLibraryPlugin()],
110
105
  experiments: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/test-tools",
3
- "version": "1.6.0-canary-34fbd33e-20251029061020",
3
+ "version": "1.6.0-canary-7953269b-20251029094959",
4
4
  "license": "MIT",
5
5
  "description": "Test tools for rspack",
6
6
  "main": "dist/index.js",
@@ -68,7 +68,7 @@
68
68
  "@types/jsdom": "^21.1.7",
69
69
  "typescript": "^5.9.3",
70
70
  "wast-loader": "^1.14.1",
71
- "@rspack/core": "npm:@rspack-canary/core@1.6.0-canary-34fbd33e-20251029061020"
71
+ "@rspack/core": "npm:@rspack-canary/core@1.6.0-canary-7953269b-20251029094959"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@rspack/core": ">=1.0.0"