You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: part-iv-toolchain/using-with-vite.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Using with Vite
2
2
3
-
Starting with Webix Jet 3.0, the toolchain has been migrated to Vite. Read more about it [here](https://webix.gitbook.io/webix-jet/part-iv-toolchain/big-app-development). There are some differences from usage with WebPack:
3
+
You can use Jet with other app bundlers instead of WebPack. For example, [Vite](https://vitejs.dev/). There are some differences from usage with WebPack:
4
4
5
5
- the `.env` file is added, it stores global constants:
6
6
@@ -72,10 +72,11 @@ export default class MyApp extends JetApp{
0 commit comments