-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate build and preview to vite
Resolves #3 by migratig both the preview mode and the build to vite. - Moved rollup configuration to a vite configuration file. - Added a specific vite config file for the lib build that output both a cjs and an es bundle. - Disabled default vite esbuild in favor of babel. - Update all plugins and templates with the new configuration.
- Loading branch information
Showing
16 changed files
with
394 additions
and
3,712 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
Oops, something went wrong.