Closed gaku-sei closed 3 years ago
Vite is, well, fast and it's really a breeze to start the example now!
Notice that the yarn build command is hardly necessary now as yarn example starts a compiler in parallel.
yarn build
yarn example
Also, I use mjs instead of js for the compiled extensions internally but it should have no impact for the projects.
Vite is, well, fast and it's really a breeze to start the example now!
Notice that the
yarn build
command is hardly necessary now asyarn example
starts a compiler in parallel.Also, I use mjs instead of js for the compiled extensions internally but it should have no impact for the projects.