Skip to content

Commit

Permalink
Merge pull request #279 from nextcloud-libraries/fix/support-rollup-e…
Browse files Browse the repository at this point in the history
…sbuild-minify

fix: Adjust import of `rollup-plugin-esbuild-minify`
  • Loading branch information
susnux authored Aug 6, 2024
2 parents d9c2e14 + 9fde0fc commit 3371e72
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 121 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 3371e72

Please sign in to comment.