@lynx-js/template-webpack-plugin-canary 0.8.0-canary-20250619-37f04866 → 0.8.0-canary-20250620-2eaa92b6
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 +1 -1
- package/lib/LynxTemplatePlugin.d.ts +1 -0
- package/lib/LynxTemplatePlugin.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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-
|
|
3
|
+
"version": "0.8.0-canary-20250620-2eaa92b6",
|
|
4
4
|
"description": "Simplifies creation of Lynx template files to serve your webpack bundles",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|