Skip to content

Commit

Permalink
Undo other unwanted change in rollup config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mderriey committed Nov 13, 2024
1 parent e56a24b commit e6f369c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rollup.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import nodeResolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import typescript from '@rollup/plugin-typescript'
import json from '@rollup/plugin-json'
import nodeResolve from '@rollup/plugin-node-resolve'
import typescript from '@rollup/plugin-typescript'
import type { RollupOptions } from 'rollup'

const config: RollupOptions = {
input: ['src/index.ts'],
input: ['src/index.ts', 'src/testing/index.ts'],
output: [
{
dir: 'dist',
Expand Down

0 comments on commit e6f369c

Please sign in to comment.