Skip to content

Commit

Permalink
Do not minify node bundle
Browse files Browse the repository at this point in the history
Closes #680
  • Loading branch information
fabiosantoscode committed Aug 1, 2020
1 parent 7204da3 commit bb35da0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.config.js
Expand Up @@ -9,7 +9,9 @@ export default () => {
},
name: "Terser",
sourcemap: true,
sourcemapExcludeSources: true,
esModule: false,
indent: false
},
external: "source-map",
};
Expand Down

0 comments on commit bb35da0

Please sign in to comment.