Skip to content

Commit 76d14a4

Browse files
committed
build: update rollup config
1 parent cf8a594 commit 76d14a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import typescript from '@rollup/plugin-typescript'
21
import commonjs from '@rollup/plugin-commonjs'
32
import external from 'rollup-plugin-peer-deps-external'
43
import resolve from '@rollup/plugin-node-resolve'
4+
import typescript from '@rollup/plugin-typescript'
55
import pkg from './package.json'
66
export default {
77
input: 'src/index.ts',

0 commit comments

Comments
 (0)