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
1. Use [vite-plugin-esmodule](https://github.com/vite-plugin/vite-plugin-esmodule) to load ESM modules
137
+
2. It is recommended to put the ESM packages in the `devDependencies`
141
138
142
139
## How to work
143
140
144
141
The plugin is just the encapsulation of the built-in plugins of [electron-vite-boilerplate/packages/renderer/plugins](https://github.com/electron-vite/electron-vite-boilerplate/tree/main/packages/renderer/plugins)
145
142
146
-
###### Config presets
147
-
148
-
1. Fist, the plugin will configuration something.
149
-
*If you do not configure the following options, the plugin will modify their default values*
0 commit comments