Skip to content

Commit

Permalink
feat: built into node14
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed May 4, 2023
1 parent 3cdf718 commit bcac9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
build: {
minify: false,
emptyOutDir: !isdev,
target: 'node14',
lib: {
entry: 'src/index.ts',
formats: ['cjs', 'es'],
Expand Down

0 comments on commit bcac9ab

Please sign in to comment.