Skip to content

Commit

Permalink
feat: Don't terser to easier debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Aug 21, 2022
1 parent 49a5b7f commit c22d513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineConfig } from 'rollup';
import typescript from 'rollup-plugin-typescript2';
import { terser } from 'rollup-plugin-terser';

function makeBundle({ filePath, dir = 'dist' }) {
return {
Expand Down

0 comments on commit c22d513

Please sign in to comment.