Skip to content

Instantly share code, notes, and snippets.

@modster
Created March 1, 2022 10:46
Show Gist options
  • Save modster/c3d44972acddeceed5e3f2d5b95dadf4 to your computer and use it in GitHub Desktop.
Save modster/c3d44972acddeceed5e3f2d5b95dadf4 to your computer and use it in GitHub Desktop.
Vite

Vite

Scripts

{
  "scripts": {
    "dev": "vite", // start dev server, aliases: `vite dev`, `vite serve`
    "build": "vite build", // build for production
    "preview": "vite preview" // locally preview production build
  }
}

Browserlist

defaults and supports es6-module and supports es6-module-dynamic-import, not opera > 0, not samsung > 0, not and_qq > 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment