Skip to content

Instantly share code, notes, and snippets.

@psaren
Created December 30, 2021 03:10
Show Gist options
  • Save psaren/6a680be4e5d10746dcf30fb269b39790 to your computer and use it in GitHub Desktop.
Save psaren/6a680be4e5d10746dcf30fb269b39790 to your computer and use it in GitHub Desktop.
import { defineConfig } from 'vite'
import vitePluginImp from 'vite-plugin-imp'
export default defineConfig({
  plugins: [vitePluginImp()]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment