unplugin-dingtalk 0.5.3 → 0.5.5
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/dist/astro.cjs +1 -1
- package/dist/astro.js +1 -1
- package/dist/{chunk-FWMGAYMG.js → chunk-2MTCPWWF.js} +1 -1
- package/dist/{chunk-DTGQTH5S.js → chunk-JXEH4EKT.js} +1 -1
- package/dist/esbuild.cjs +1 -1
- package/dist/esbuild.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/nuxt.cjs +1 -1
- package/dist/nuxt.js +2 -2
- package/dist/rollup.cjs +1 -1
- package/dist/rollup.js +1 -1
- package/dist/rspack.cjs +1 -1
- package/dist/rspack.js +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.js +2 -2
- package/dist/webpack.cjs +1 -1
- package/dist/webpack.js +1 -1
- package/package.json +1 -1
package/dist/astro.cjs
CHANGED
|
@@ -6650,7 +6650,7 @@ var unpluginFactory = (options) => {
|
|
|
6650
6650
|
config = _config;
|
|
6651
6651
|
},
|
|
6652
6652
|
transformIndexHtml(html) {
|
|
6653
|
-
if (enableChii) {
|
|
6653
|
+
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
6654
6654
|
return html.replace(
|
|
6655
6655
|
"</body>",
|
|
6656
6656
|
`</body>
|
package/dist/astro.js
CHANGED
|
@@ -1438,7 +1438,7 @@ var unpluginFactory = (options) => {
|
|
|
1438
1438
|
config = _config;
|
|
1439
1439
|
},
|
|
1440
1440
|
transformIndexHtml(html) {
|
|
1441
|
-
if (enableChii) {
|
|
1441
|
+
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
1442
1442
|
return html.replace(
|
|
1443
1443
|
"</body>",
|
|
1444
1444
|
`</body>
|
package/dist/esbuild.cjs
CHANGED
|
@@ -6651,7 +6651,7 @@ var unpluginFactory = (options) => {
|
|
|
6651
6651
|
config = _config;
|
|
6652
6652
|
},
|
|
6653
6653
|
transformIndexHtml(html) {
|
|
6654
|
-
if (enableChii) {
|
|
6654
|
+
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
6655
6655
|
return html.replace(
|
|
6656
6656
|
"</body>",
|
|
6657
6657
|
`</body>
|
package/dist/esbuild.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -6653,7 +6653,7 @@ var unpluginFactory = (options) => {
|
|
|
6653
6653
|
config = _config;
|
|
6654
6654
|
},
|
|
6655
6655
|
transformIndexHtml(html) {
|
|
6656
|
-
if (enableChii) {
|
|
6656
|
+
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
6657
6657
|
return html.replace(
|
|
6658
6658
|
"</body>",
|
|
6659
6659
|
`</body>
|
package/dist/index.js
CHANGED
package/dist/nuxt.cjs
CHANGED
|
@@ -6655,7 +6655,7 @@ var unpluginFactory = (options) => {
|
|
|
6655
6655
|
config = _config;
|
|
6656
6656
|
},
|
|
6657
6657
|
transformIndexHtml(html) {
|
|
6658
|
-
if (enableChii) {
|
|
6658
|
+
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
6659
6659
|
return html.replace(
|
|
6660
6660
|
"</body>",
|
|
6661
6661
|
`</body>
|
package/dist/nuxt.js
CHANGED
package/dist/rollup.cjs
CHANGED
|
@@ -6651,7 +6651,7 @@ var unpluginFactory = (options) => {
|
|
|
6651
6651
|
config = _config;
|
|
6652
6652
|
},
|
|
6653
6653
|
transformIndexHtml(html) {
|
|
6654
|
-
if (enableChii) {
|
|
6654
|
+
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
6655
6655
|
return html.replace(
|
|
6656
6656
|
"</body>",
|
|
6657
6657
|
`</body>
|
package/dist/rollup.js
CHANGED
package/dist/rspack.cjs
CHANGED
|
@@ -6651,7 +6651,7 @@ var unpluginFactory = (options) => {
|
|
|
6651
6651
|
config = _config;
|
|
6652
6652
|
},
|
|
6653
6653
|
transformIndexHtml(html) {
|
|
6654
|
-
if (enableChii) {
|
|
6654
|
+
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
6655
6655
|
return html.replace(
|
|
6656
6656
|
"</body>",
|
|
6657
6657
|
`</body>
|
package/dist/rspack.js
CHANGED
package/dist/vite.cjs
CHANGED
|
@@ -6652,7 +6652,7 @@ var unpluginFactory = (options) => {
|
|
|
6652
6652
|
config = _config;
|
|
6653
6653
|
},
|
|
6654
6654
|
transformIndexHtml(html) {
|
|
6655
|
-
if (enableChii) {
|
|
6655
|
+
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
6656
6656
|
return html.replace(
|
|
6657
6657
|
"</body>",
|
|
6658
6658
|
`</body>
|
package/dist/vite.js
CHANGED
package/dist/webpack.cjs
CHANGED
|
@@ -6651,7 +6651,7 @@ var unpluginFactory = (options) => {
|
|
|
6651
6651
|
config = _config;
|
|
6652
6652
|
},
|
|
6653
6653
|
transformIndexHtml(html) {
|
|
6654
|
-
if (enableChii) {
|
|
6654
|
+
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
6655
6655
|
return html.replace(
|
|
6656
6656
|
"</body>",
|
|
6657
6657
|
`</body>
|
package/dist/webpack.js
CHANGED