Skip to content

Commit

Permalink
partial revert of 5f4774
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeless committed Dec 25, 2024
1 parent 11d8c77 commit aceb1f0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/expect/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { builtinModules, createRequire } from 'node:module'
import { defineConfig } from 'rollup'
import copy from 'rollup-plugin-copy'
import dts from 'rollup-plugin-dts'
import esbuild from 'rollup-plugin-esbuild'

Expand All @@ -18,15 +17,6 @@ const plugins = [
esbuild({
target: 'node14',
}),
copy({
targets: [
{
src: 'node_modules/@types/chai/index.d.ts',
dest: 'dist',
rename: 'chai.d.cts',
},
],
}),
]

export default defineConfig([
Expand Down

0 comments on commit aceb1f0

Please sign in to comment.