Skip to content

Commit

Permalink
chore: mark postcss, spring-easing, etc... as external
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed May 14, 2023
1 parent 9ca46dc commit 88db1c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default defineConfig({
build: {
outDir: "lib",
minify: false,
rollupOptions: {
external: ["postcss", "postcss-value-parser", "spring-easing"]
},
lib: {
entry: "src/index.ts",
name,
Expand Down

0 comments on commit 88db1c0

Please sign in to comment.