Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 622dfd2

Browse files
committed
chore: fix build
1 parent 7ad7b4c commit 622dfd2

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
@@ -3,7 +3,7 @@ import resolve from 'rollup-plugin-node-resolve'
33
import babel from 'rollup-plugin-babel'
44
import replace from 'rollup-plugin-replace'
55
import commonjs from 'rollup-plugin-commonjs'
6-
import uglify from 'rollup-plugin-uglify'
6+
import { uglify } from 'rollup-plugin-uglify'
77
import pkg from './package.json'
88

99
const SOURCE_DIR = path.resolve(__dirname, 'src')

0 commit comments

Comments
 (0)