-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(vite): replace vite-ts sample with vanilla JS (#529)
* chore(vite): replace vite-ts sample with vanilla JS vite * Bump Vite version * Add favicon shortcut * ci: add zip files * ci: analyze core esm sample builds --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d4200bd
commit 80adb84
Showing
46 changed files
with
29 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Sample,Build size (MB),Build file count,Main bundle file,Main bundle size (MB),Main bundle gzipped size (MB),Main bundle brotli compressed size (MB),Load time (ms),Total runtime (ms),Loaded size (MB),Total JS requests,Total JS size (MB),Total HTTP requests,JS heap size (MB) | ||
esbuild 0.21.4,8.81,741,index.js,0.28,0.07,0.06,5939,19350,5.29,412,3.70,514,28.86 | ||
Angular 18.0.0,9.07,743,chunk-YBOAW74C.js,0.67,0.20,0.17,6205,19237,5.53,413,3.91,518,37.39 | ||
React 18.3.1,8.62,455,index-DOxvg1k6.js,1.49,0.42,0.34,5446,18866,5.39,173,3.79,277,25.23 | ||
Vue 3.4.27,8.53,455,index-DLhlUJ_R.js,1.41,0.40,0.33,5919,18931,5.30,173,3.71,274,27.86 | ||
Rollup 4.18.0,8.32,454,main.js,1.31,0.36,0.29,5589,19010,5.16,173,3.55,276,31.37 | ||
Webpack 5.91.0,10.00,308,index.js,1.43,0.39,0.31,5770,19163,5.67,72,4.07,176,30.54 | ||
esbuild 0.21.4,8.82,742,index.js,0.28,0.07,0.06,6476,19923,5.31,413,3.71,517,26.79 | ||
Angular 18.0.0,9.09,744,chunk-5FWIIEIX.js,0.67,0.20,0.17,6566,20093,5.54,414,3.92,518,27.02 | ||
React 18.3.1,8.63,455,index-B7T79Qu8.js,1.49,0.42,0.35,6029,19434,5.40,173,3.80,278,22.57 | ||
Vue 3.4.27,8.54,455,index-CSsgr1EI.js,1.41,0.40,0.33,6296,19302,5.32,173,3.71,277,28.27 | ||
Rollup 4.18.0,8.33,454,main.js,1.31,0.36,0.29,5962,19378,5.17,173,3.56,276,26.87 | ||
Webpack 5.91.0,10.01,308,index.js,1.43,0.39,0.31,6825,19841,5.68,72,4.08,176,27.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
core-samples/jsapi-vite-ts/README.md → core-samples/jsapi-vite/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
core-samples/jsapi-vite-ts/package.json → core-samples/jsapi-vite/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { defineConfig } from "vite"; | ||
|
||
const config = { | ||
build: { | ||
chunkSizeWarningLimit: 1500 | ||
}, | ||
server: { | ||
open: true | ||
} | ||
}; | ||
|
||
export default defineConfig(config); |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
zips/charts-components-tutorial-charts-components-with-map-components-initial.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
zips/charts-components-tutorial-charts-components-with-map-components-solution.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
zips/map-components-tutorial-create-a-web-app-using-components-initial.zip
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
zips/map-components-tutorial-create-a-web-app-using-components-solution.zip
Binary file not shown.