@rspack/core 1.3.9 → 1.3.11

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/exports.d.ts CHANGED
@@ -116,6 +116,7 @@ import { RuntimeChunkPlugin } from "./builtin-plugin";
116
116
  import { SplitChunksPlugin } from "./builtin-plugin";
117
117
  import { RemoveDuplicateModulesPlugin } from "./builtin-plugin";
118
118
  import { RsdoctorPlugin } from "./builtin-plugin";
119
+ import { CssChunkingPlugin } from "./builtin-plugin";
119
120
  interface Optimize {
120
121
  LimitChunkCountPlugin: typeof LimitChunkCountPlugin;
121
122
  RuntimeChunkPlugin: typeof RuntimeChunkPlugin;
@@ -183,5 +184,6 @@ interface Experiments {
183
184
  transform: typeof transform;
184
185
  minify: typeof minify;
185
186
  };
187
+ CssChunkingPlugin: typeof CssChunkingPlugin;
186
188
  }
187
189
  export declare const experiments: Experiments;