Skip to content

Commit

Permalink
fix release config error
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-foss committed Jul 28, 2021
1 parent 207559a commit 71c5af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { terser } from 'rollup-plugin-terser'
import typescript from 'rollup-plugin-typescript2'
import path from 'path'

const outDir = path.resolve(__dirname, '../dist/dist')
const outDir = path.resolve(__dirname, '../dist')
const plugins = [

nodeResolve(),
Expand Down

0 comments on commit 71c5af2

Please sign in to comment.