Skip to content

Commit

Permalink
Use named export
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jan 19, 2024
1 parent 26a02d0 commit aa8500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { readdirSync, renameSync } from 'node:fs'
import { defineConfig } from 'vite'
import preserveDirectives from 'rollup-plugin-preserve-directives'
import { preserveDirectives } from 'rollup-plugin-preserve-directives'
import { externalizeDeps } from 'vite-plugin-externalize-deps'
import dts from 'vite-plugin-dts'

Expand Down

0 comments on commit aa8500e

Please sign in to comment.