Commit 649b09e
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 649b09e
File tree
9 files changed
+1201
-80
lines changed- resources
- src
- components
- NcDatetimePicker
- NcEmojiPicker
- utils
9 files changed
+1201
-80
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 | | |
0 commit comments