@lynx-js/template-webpack-plugin-canary 0.6.9-canary-20250410-60dbcc25 → 0.6.9-canary-20250411-774095ce

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,11 +1,9 @@
1
1
  # @lynx-js/template-webpack-plugin
2
2
 
3
- ## 0.6.9-canary-20250410102950-60dbcc250c9d07c826e426a2f74e62ecb64f67db
3
+ ## 0.6.9-canary-20250411135419-774095cea55f406fd3d092c25aab6c34c7d24e66
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Fix source-maps (`.js.map` files) were not accessible in the `compiler.hooks.afterEmit` hook. ([#498](https://github.com/lynx-family/lynx-stack/pull/498))
8
-
9
7
  - Fix incorrect hash of `background.[contenthash].js` in `.lynx.bundle` files. ([#498](https://github.com/lynx-family/lynx-stack/pull/498))
10
8
 
11
9
  ## 0.6.8
@@ -96,7 +96,7 @@ export class LynxEncodePluginImpl {
96
96
  const { encodeData } = args;
97
97
  const { manifest } = encodeData;
98
98
  if (!isDebug() && !isDev && !isRsdoctor()) {
99
- compiler.hooks.afterEmit.tap(this.name, () => {
99
+ compiler.hooks.emit.tap(this.name, () => {
100
100
  this.deleteDebuggingAssets(compilation, [
101
101
  encodeData.lepusCode.root,
102
102
  ...encodeData.lepusCode.chunks,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/template-webpack-plugin-canary",
3
- "version": "0.6.9-canary-20250410-60dbcc25",
3
+ "version": "0.6.9-canary-20250411-774095ce",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",