@mpxjs/webpack-plugin 2.9.6 → 2.9.7
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.
|
@@ -1867,12 +1867,7 @@ function getVirtualHostRoot (options, meta) {
|
|
|
1867
1867
|
}
|
|
1868
1868
|
if (options.isPage) {
|
|
1869
1869
|
if (mode === 'web') {
|
|
1870
|
-
return createASTElement('
|
|
1871
|
-
{
|
|
1872
|
-
name: 'class',
|
|
1873
|
-
value: 'page'
|
|
1874
|
-
}
|
|
1875
|
-
])
|
|
1870
|
+
return createASTElement('page', [])
|
|
1876
1871
|
}
|
|
1877
1872
|
}
|
|
1878
1873
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mpxjs/webpack-plugin",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.7",
|
|
4
4
|
"description": "mpx compile core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mpx"
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"engines": {
|
|
84
84
|
"node": ">=14.14.0"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "baebbdc18806ba54ef705da6620eb274b5ac394b"
|
|
87
87
|
}
|