Skip to content

Commit

Permalink
feat: disable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Oct 4, 2022
1 parent 4569dbc commit 5b964fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tall-rings-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@belgattitude/http-exception': patch
---

Disable minification to allow patching (patch-package...)
2 changes: 1 addition & 1 deletion packages/http-exception/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
sourceMap: false, // process.env.NODE_ENV === 'production',
cache: false,
extensions: ['.js', '.jsx', '.ts', '.tsx'],
minify: true,
minify: false,
external: [
...Object.keys(pkg?.dependencies ?? {}),
...Object.keys(pkg?.peerDependencies ?? {}),
Expand Down

0 comments on commit 5b964fd

Please sign in to comment.