Skip to content

Commit

Permalink
fix: Adjust import of rollup-plugin-esbuild-minify
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Aug 6, 2024
1 parent 0a353c3 commit 1059be9
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 126 deletions.
2 changes: 1 addition & 1 deletion lib/baseConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { UserConfigExport, UserConfigFn, Rollup } from 'vite'

import { readFileSync } from 'node:fs'
import { corejsPlugin } from 'rollup-plugin-corejs'
import { minify as minifyPlugin } from 'rollup-plugin-esbuild-minify/lib/index.js'
import { minify as minifyPlugin } from 'rollup-plugin-esbuild-minify'
import { nodePolyfills } from 'vite-plugin-node-polyfills'
import { defineConfig, mergeConfig } from 'vite'
import { RemoveEnsureWatchPlugin } from './plugins/RemoveEnsureWatch.js'
Expand Down
Loading

0 comments on commit 1059be9

Please sign in to comment.