Commit cce52a6
authored
Pack up removal and replacement (#103)
* feat: wip pack up removal and replacement
* feat: wip pack up removal and replacement
* feat: upgrade to version 6.0.0 and replace pack-up with vite
* feat: add target option to ViteConfigOptions for customizable build targets
* docs: add command descriptions and usage details for plugin build, watch, and validation utilities
* chore: update @strapi/sdk-plugin dependency to version 6.0.0 in package.json and file-generator.ts
* chore: rename validation check to verify
* chore: update Vite build target to node20
* chore: replace 'check' function with 'verify'
* chore: built-in module check using 'builtinModules'
* chore: legacy packup config warning update changelog
* chore: correct changeset workflow
* chore: support non standard exports1 parent 4bec86c commit cce52a6
File tree
66 files changed
+4372
-1241
lines changed- .changeset
- src
- __tests__
- e2e
- fixtures
- bad-exports-ordering-plugin
- admin/src
- server/src
- custom-export-plugin
- server/src
- types
- missing-dist-plugin
- admin/src
- server/src
- missing-exports-plugin
- packup-config-plugin
- admin/src
- server/src
- typescript-plugin
- admin
- src
- server
- src
- unit
- cli/commands
- plugin
- init
- files
- utils
- build
- init
- validation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+4372
-1241
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| 76 | + | |
75 | 77 | | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
97 | | - | |
| 101 | + | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
This file was deleted.
0 commit comments