Commit 593eb34
committed
feat: Migrate module build to vite
* Webpack emitted invalid ES module code, as it still contained `require` calls which
are undefined on ES modules
* Build time is much shorter
* Built assets are much smaller (530 kB vs 930 kB)
* Remove unneeded import
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>1 parent 9b347a7 commit 593eb34
File tree
10 files changed
+1204
-83
lines changed- resources
- src
- components
- NcDatetimePicker
- NcEmojiPicker
- utils
10 files changed
+1204
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments