Skip to content

Commit

Permalink
fix: fix broken rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdor committed Oct 21, 2021
1 parent 33e54ce commit b6e35ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ export default [
},
],
plugins: [
json(),
resolve({ mainFields: ["module", "main", "browser"] }),
commonjs(),
babel(),
json(),
terser(),
],
},
Expand Down

0 comments on commit b6e35ab

Please sign in to comment.