Skip to content

Commit

Permalink
Update rollup.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkrawczyk authored Aug 31, 2023
1 parent 392bceb commit c980ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svgcanvas/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import commonjs from '@rollup/plugin-commonjs'
// import progress from 'rollup-plugin-progress';
import filesize from 'rollup-plugin-filesize'

const { rimraf } = pkg;
const { rimraf } = pkg

// remove existing distribution
await rimraf('./dist')
Expand Down

0 comments on commit c980ffa

Please sign in to comment.