Skip to content

Commit

Permalink
feat: add terser plugin to playcanvas rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Oct 15, 2024
1 parent 1dbec19 commit 3b1fe1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/odd-meals-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@recast-navigation/playcanvas': patch
---

feat: add terser plugin to rollup config
2 changes: 1 addition & 1 deletion packages/recast-navigation-playcanvas/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default [
},
],
plugins: [
// terser(),
terser(),
resolve(),
commonjs(),
typescript({
Expand Down

0 comments on commit 3b1fe1b

Please sign in to comment.