@uni_toolkit/unplugin-json-optimization 0.0.21-alpha.1776521649215 → 0.0.21
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/types.cjs +1 -0
- package/dist/vite.cjs +5 -1
- package/dist/webpack.cjs +5 -1
- package/package.json +1 -1
package/dist/types.cjs
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
package/dist/vite.cjs
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
1
5
|
const require_src = require("./src-csOFk3Wd.cjs");
|
|
2
6
|
//#region src/vite.ts
|
|
3
7
|
var vite_default = (0, require("unplugin").createVitePlugin)(require_src.unpluginFactory);
|
|
4
8
|
//#endregion
|
|
5
|
-
|
|
9
|
+
exports.default = vite_default;
|
package/dist/webpack.cjs
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
1
5
|
const require_src = require("./src-csOFk3Wd.cjs");
|
|
2
6
|
//#region src/webpack.ts
|
|
3
7
|
var webpack_default = (0, require("unplugin").createWebpackPlugin)(require_src.unpluginFactory);
|
|
4
8
|
//#endregion
|
|
5
|
-
|
|
9
|
+
exports.default = webpack_default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uni_toolkit/unplugin-json-optimization",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.21
|
|
4
|
+
"version": "0.0.21",
|
|
5
5
|
"description": "A plugin to optimize json files generation",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/uni-toolkit/uni-toolkit/tree/main/packages/unplugin-json-optimization",
|