Skip to content

Commit

Permalink
Merge pull request #280 from nextcloud-libraries/backport/279/stable1
Browse files Browse the repository at this point in the history
[stable1] fix: Adjust import of `rollup-plugin-esbuild-minify`
  • Loading branch information
susnux authored Aug 6, 2024
2 parents 0a353c3 + 1059be9 commit 3fb84c8
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 3fb84c8

Please sign in to comment.