Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

📦 Feature/23 reduce final package size #31

Merged
merged 3 commits into from
Feb 3, 2023

Conversation

dbssman
Copy link
Owner

@dbssman dbssman commented Feb 3, 2023

No description provided.

@dbssman dbssman linked an issue Feb 3, 2023 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Feb 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
vue-form-handler ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 6:27PM (UTC)

- Amend tsconfig
- Amend package.json
- Change to named exports
@dbssman dbssman force-pushed the feature/23-reduce-final-package-size branch from 22008f7 to 6f5ac5a Compare February 3, 2023 18:27
@github-actions
Copy link

github-actions bot commented Feb 3, 2023

📊 Package size report   539%↑

File Before After
dist/constants.d.ts 1.1 kB
dist/constants.d.ts.map 284 B
dist/core/constants.d.ts 1.1 kB
dist/FormHandler.d.ts 1.3 kB 2%↑1.3 kB
dist/FormHandler.d.ts.map 193 B
dist/index.d.ts 177 B -13%↓154 B
dist/index.d.ts.map 181 B
dist/index.js 110.6 kB
dist/index.js.map 83.6 kB
dist/index.umd.cjs 118.1 kB
dist/index.umd.cjs.map 84.8 kB
dist/logic/getDefaultFieldValue.d.ts 76 B 66%↑126 B
dist/logic/getDefaultFieldValue.d.ts.map 150 B
dist/logic/getNativeFieldValue.d.ts 67 B 73%↑116 B
dist/logic/getNativeFieldValue.d.ts.map 149 B
dist/logic/index.d.ts 382 B 9%↑417 B
dist/logic/index.d.ts.map 417 B
dist/logic/refFn.d.ts 151 B 23%↑186 B
dist/logic/refFn.d.ts.map 194 B
dist/logic/transformValidations.d.ts 172 B 29%↑222 B
dist/logic/transformValidations.d.ts.map 216 B
dist/logic/validateField.d.ts 181 B 24%↑224 B
dist/logic/validateField.d.ts.map 201 B
dist/logic/validateForm.d.ts 151 B 28%↑193 B
dist/logic/validateForm.d.ts.map 180 B
dist/types/baseControl.d.ts 1.0 kB 4%↑1.1 kB
dist/types/baseControl.d.ts.map 842 B
dist/types/formHandler.d.ts 5.7 kB 0.8%↑5.7 kB
dist/types/formHandler.d.ts.map 3.8 kB
dist/types/index.d.ts 170 B 21%↑205 B
dist/types/index.d.ts.map 221 B
dist/types/logic.d.ts 349 B 10%↑384 B
dist/types/logic.d.ts.map 412 B
dist/types/refs.d.ts 658 B 5%↑692 B
dist/types/refs.d.ts.map 759 B
dist/types/register.d.ts 1.3 kB 3%↑1.4 kB
dist/types/register.d.ts.map 887 B
dist/types/validations.d.ts 2.1 kB 2%↑2.2 kB
dist/types/validations.d.ts.map 1.1 kB
dist/useFormHandler.d.ts 275 B 9%↑301 B
dist/useFormHandler.d.ts.map 230 B
dist/utils/index.d.ts 534 B 7%↑569 B
dist/utils/index.d.ts.map 615 B
dist/utils/isCheckboxInput.d.ts 89 B 51%↑134 B
dist/utils/isCheckboxInput.d.ts.map 143 B
dist/utils/isMultipleSelect.d.ts 90 B 51%↑136 B
dist/utils/isMultipleSelect.d.ts.map 145 B
dist/utils/isNativeControl.d.ts 84 B 54%↑129 B
dist/utils/isNativeControl.d.ts.map 141 B
dist/utils/isRadioInput.d.ts 89 B 47%↑131 B
dist/utils/isRadioInput.d.ts.map 137 B
dist/utils/max.d.ts 455 B 7%↑488 B
dist/utils/max.d.ts.map 146 B
dist/utils/maxLength.d.ts 562 B 7%↑601 B
dist/utils/maxLength.d.ts.map 158 B
dist/utils/min.d.ts 456 B 7%↑489 B
dist/utils/min.d.ts.map 146 B
dist/utils/minLength.d.ts 533 B 7%↑572 B
dist/utils/minLength.d.ts.map 158 B
dist/utils/pattern.d.ts 472 B 8%↑509 B
dist/utils/pattern.d.ts.map 154 B
dist/utils/required.d.ts 423 B 9%↑461 B
dist/utils/required.d.ts.map 143 B
dist/vue-form-handler.js 24.4 kB
dist/vue-form-handler.umd.cjs 18.3 kB
package.json 1.5 kB 9%↑1.6 kB
Total (Includes all files) 68.3 kB 539%↑436.3 kB
Tarball size 20.8 kB 402%↑104.3 kB
Unchanged files
File Size
License.md 1.1 kB
README.md 3.8 kB

🤖 This report was automatically generated by pkg-size-action

@dbssman dbssman merged commit 8198d24 into master Feb 3, 2023
@dbssman dbssman deleted the feature/23-reduce-final-package-size branch February 3, 2023 18:32
dbssman added a commit that referenced this pull request May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce and optimize import cost
1 participant