Skip to content

Commit

Permalink
Merge pull request #5 from element-plus/fix/fix-release-structure-error
Browse files Browse the repository at this point in the history
fix/fix-release-structure-error
  • Loading branch information
jw-foss committed Jul 28, 2021
2 parents 207559a + 71c5af2 commit 62594be
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 62594be

Please sign in to comment.