@lynx-js/template-webpack-plugin-canary 0.8.0-canary-20250619-5327f322 → 0.8.0-canary-20250620-b06e26f9

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/template-webpack-plugin
2
2
 
3
- ## 0.8.0-canary-20250619125712-5327f322c1eb332361e548d3824da3bf4a94571d
3
+ ## 0.8.0-canary-20250620021633-b06e26f9da0fa602a4c1393657df6d0663902c4e
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -87,6 +87,7 @@ export interface TemplateHooks {
87
87
  template: Buffer;
88
88
  outputName: string;
89
89
  mainThreadAssets: Asset[];
90
+ cssChunks: Asset[];
90
91
  }>;
91
92
  /**
92
93
  * Called after the template is emitted.
@@ -386,6 +386,7 @@ class LynxTemplatePluginImpl {
386
386
  outputName: filename,
387
387
  mainThreadAssets: [lepusCode.root, ...encodeData.lepusCode.chunks]
388
388
  .filter(i => i !== undefined),
389
+ cssChunks: assetsInfoByGroups.css,
389
390
  });
390
391
  compilation.emitAsset(filename, new RawSource(template, false));
391
392
  if (isDebug() || isDev) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/template-webpack-plugin-canary",
3
- "version": "0.8.0-canary-20250619-5327f322",
3
+ "version": "0.8.0-canary-20250620-b06e26f9",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",