Skip to content

Commit

Permalink
Fixing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya committed Jul 4, 2024
1 parent 8532e6e commit 3f278be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup/test-resources.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import path from 'path'
import babel from '@rollup/plugin-babel'
import resolve from '@rollup/plugin-node-resolve'
import commonJs from '@rollup/plugin-commonjs'
import del from "rollup-plugin-delete";
import { del } from '@kineticcafe/rollup-plugin-delete'

const packageJson = JSON.parse(fs.readFileSync(path.resolve('package.json'), { encoding: 'utf-8' }))

Expand All @@ -35,7 +35,7 @@ export default [
}),
commonJs({ sourceMap: false }),
resolve(),
ts(),
ts()
]
},
// transpile with babel
Expand Down

0 comments on commit 3f278be

Please sign in to comment.