Skip to content

Commit fa511d5

Browse files
authored
fix(core)!: remove HashHydrationPlugin (#444)
* fix!: remove `HashHydrationPlugin` * chore: rollback artifacts
1 parent c353d3e commit fa511d5

File tree

5 files changed

+1
-27
lines changed

5 files changed

+1
-27
lines changed

packages/unhead/export-size-report.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,6 @@
9797
"minzipped": 1663,
9898
"bundled": 8711
9999
},
100-
{
101-
"name": "HashHydrationPlugin",
102-
"path": "dist/index.mjs",
103-
"minified": 4286,
104-
"minzipped": 1645,
105-
"bundled": 8703
106-
},
107100
{
108101
"name": "getActiveHead",
109102
"path": "dist/index.mjs",

packages/unhead/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ export * from './composables/useServerHead'
1919
export * from './composables/useServerHeadSafe'
2020
export * from './composables/useServerSeoMeta'
2121
export * from './optionalPlugins/capoPlugin'
22-
// optional plugins
23-
export * from './optionalPlugins/hashHydrationPlugin'

packages/unhead/src/optionalPlugins/hashHydrationPlugin.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/vue/export-size-report.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,6 @@
119119
"minzipped": 132,
120120
"bundled": 460
121121
},
122-
{
123-
"name": "HashHydrationPlugin",
124-
"path": "dist/index.mjs",
125-
"minified": 188,
126-
"minzipped": 128,
127-
"bundled": 469
128-
},
129122
{
130123
"name": "createHeadCore",
131124
"path": "dist/index.mjs",

packages/vue/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CapoPlugin, createHeadCore, HashHydrationPlugin } from 'unhead'
1+
import { CapoPlugin, createHeadCore } from 'unhead'
22
import { createHead, createServerHead } from './createHead'
33
import { resolveUnrefHeadInput } from './utils'
44

@@ -12,7 +12,6 @@ export {
1212
// extra plugins
1313
export {
1414
CapoPlugin,
15-
HashHydrationPlugin,
1615
}
1716

1817
// utils

0 commit comments

Comments
 (0)