Skip to content

Instantly share code, notes, and snippets.

View psaren's full-sized avatar
🎯
Focusing

psaren psaren

🎯
Focusing
  • Shenzhen, China
View GitHub Profile
import { defineConfig } from 'vite'
import vitePluginImp from 'vite-plugin-imp'
export default defineConfig({
  plugins: [vitePluginImp()]
})
@psaren
psaren / default-import-lodash.md
Created December 30, 2021 03:03
default import lodash
import _ from 'lodash';