optimize build tool chain.

This commit is contained in:
2025-07-03 16:43:25 +09:00
parent e37ac9aa4a
commit 5926c08da5
13 changed files with 660 additions and 766 deletions

View File

@@ -1,18 +1,21 @@
{
"$schema": "https://raw.githubusercontent.com/kintone/js-sdk/%40kintone/plugin-manifest-validator%4010.2.0/packages/plugin-manifest-validator/manifest-schema.json",
"manifest_version": 1,
"version": "1.0.1",
"version": "1.0.2",
"type": "APP",
"desktop": {
"js": ["js/desktop.js"]
"js": ["js/desktop.js"],
"css": ["js/desktop.css"]
},
"mobile": {
"js": ["js/desktop.js"]
"js": ["js/desktop.js"],
"css": ["js/desktop.css"]
},
"icon": "image/icon.png",
"config": {
"html": "html/config.html",
"js": ["js/config.js"],
"css": ["js/config.css"],
"required_params": ["template"]
},
"name": {